Remove 300px limit of column width

This commit is contained in:
buinsky
2017-01-21 16:19:42 +03:00
committed by sledgehammer999
parent b7c3bdd443
commit 9275cdc5bf

View File

@@ -75,7 +75,6 @@ tr.dynamicTableHeader {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 300px;
}
.dynamicTableFixedHeaderDiv {