index.less 303 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@import "~antd/lib/style/themes/default.less";
@import "../../../utils/utils.less";

.field {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  span {
    font-size: @font-size-base;
    line-height: 22px;
  }
  span:last-child {
    font-weight: 600;
    margin-left: 8px;
  }
}