4 lines
136 B
CSS
4 lines
136 B
CSS
.c-code {width: 100px;}
|
|
.c-key {width: 280px;}
|
|
#entryList tbody>tr>td {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
|