UNPKG

react-ui-component

Version:
24 lines (20 loc) 339 B
@import url('meta'); .truncate { max-width: 100%; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; :after { content: ''; background: @white; width: 16px; } } .text-center { text-align: center; } .clearfix { overflow: auto; zoom: 1; }