react-ui-component
Version:
some component build with ReactJs
24 lines (20 loc) • 339 B
text/less
@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;
}