Remove 300px limit of column width

This commit is contained in:
buinsky 2017-01-21 16:19:42 +03:00
parent 7628490def
commit 741e0a08ea

View file

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