Commit dec5f0ed authored by Medicean's avatar Medicean

UI:hide grid header when text overflow

parent 784fb6da
......@@ -3430,6 +3430,8 @@ div.gridbox_dhx_skyblue.gridbox table.obj tr td {
div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
padding-left: 10px;
width: auto;
white-space: nowrap;
text-overflow: ellipsis;
}
div.gridbox_dhx_skyblue.gridbox table.hdr td {
border-width: 1px 1px 1px 1px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment