index.less 283 Bytes
Newer Older
1 2 3 4 5 6
@import "~antd/lib/style/themes/default.less";

.field {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
afc163's avatar
afc163 committed
7
  margin: 0;
8 9 10 11 12 13
  span {
    font-size: @font-size-base;
    line-height: 22px;
  }
  span:last-child {
    margin-left: 8px;
afc163's avatar
afc163 committed
14
    color: @heading-color;
15 16
  }
}