index.less 283 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 @import "~antd/lib/style/themes/default.less"; .field { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0; span { font-size: @font-size-base; line-height: 22px; } span:last-child { margin-left: 8px; color: @heading-color; } }