baruch.gabo
Jan 23, 2020, 7:50 PM
We have changed the grid row height, material theme, using css.
First, we defined a height on the x-grid-item class but that didn't help, and when we changed the padding on x-grid-cell-inner we were able to get the height we wanted.
.x-grid-cell-inner {
padding: 6px 6px !important;
}
the issue is that the inline editors in the grid still have a very large height to fit the old row height (you can see that in the image).
25307
what is the correct way to overwrite the row height so it applies to the editors as well?
First, we defined a height on the x-grid-item class but that didn't help, and when we changed the padding on x-grid-cell-inner we were able to get the height we wanted.
.x-grid-cell-inner {
padding: 6px 6px !important;
}
the issue is that the inline editors in the grid still have a very large height to fit the old row height (you can see that in the image).
25307
what is the correct way to overwrite the row height so it applies to the editors as well?