1
0

Changed css classess names to reflect funcionality

This commit is contained in:
cryptogopher
2019-12-27 00:26:58 +01:00
parent 751da2f0df
commit a1bdbb7dc7
3 changed files with 12 additions and 12 deletions

View File

@@ -10,8 +10,8 @@ table.list .action,
table.list .value {text-align: right;}
table.list th.closable {padding-right: 0;}
table.list .unshrinkable {white-space: nowrap;}
table.list .shrinkable {
table.list .unwrappable {white-space: nowrap;}
table.list .ellipsible {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;