You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the design for gird in Material Theme is with 16px padding for both left and right sides (when there is widget component as datepicker or combobox in grid's td of an k-editable-row).
Check the image for reference:
This is consuming too much space, which is critical for the grid usage, because of the big amount of data it's displaying. We discussed with @lkarakoleva that in this case, we can reduce spacing to: padding-right: 4px of the tds and update the design psd file of the grid.
elena-gancheva
changed the title
[UX] Update grid paddings when td of grid is containing a widget component in Material theme
[UX] Update grid padding when td of grid is containing a widget component in Material theme
Oct 11, 2018
Currently the design for gird in Material Theme is with
16px
padding for both left and right sides (when there is widget component as datepicker or combobox in grid's td of ank-editable-row
).Check the image for reference:
This is consuming too much space, which is critical for the grid usage, because of the big amount of data it's displaying. We discussed with @lkarakoleva that in this case, we can reduce spacing to:
padding-right: 4px
of thetds
and update the designpsd
file of the grid.Related to: telerik/kendo-themes#351
//cc: @ipeshev @gyoshev @joneff
The text was updated successfully, but these errors were encountered: