.flat-view-text {
  min-height: 34px;
  padding: 0;
}

.flat-view-text .flat-view-text-preserve {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin: 0;
  font-family: inherit;
  white-space: pre;
}

.flat-view-text-disabled {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}
