I have a grid with many column,
display is incorrect :
- on the left side of first column there is a strange filler
- column are disrupted when resizing
tested with firefox
Edit : Added snippet
https://snippet.dhtmlx.com/1r2hn4ly
pb_grid.htm (7.0 KB)
I have a grid with many column,
display is incorrect :
Edit : Added snippet
https://snippet.dhtmlx.com/1r2hn4ly
pb_grid.htm (7.0 KB)
Hello
Please, try to remove the “text-align:center” property from your layout-content class:
.layout-content {
font-size: 24px;
// text-align: center;
padding-top: 0px;
font-weight: 800;
}
Nice, that’s work fine.
Thx !!