Remove 300px limit of column width

This commit is contained in:
buinsky 2017-01-21 16:19:42 +03:00 committed by sledgehammer999
commit 9275cdc5bf
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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