4 lines
220 B
CSS
4 lines
220 B
CSS
.group-item {display: block; width: 100px; float: left; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
|
.table th {vertical-align: top;}
|
|
.main-table tbody>tr>td {border-bottom: 0px;}
|