I have tried all kinds of selector permutations, but cannot seem to find the CSS selector “specificity” to override the default button min-width of 64px in kendo.common.min.css. I find that my only option is to modify Kendo’s CSS file itself – which I would prefer not to do.
The class spec: .k-grid tbody .k-button,.k-ie8 .k-grid tbody button.k-button{min-width:64px}
Desired behavior: min-width:0px
I am replacing Kendo’s text/icons with custom icons that are 16x16 (any larger and the rows get too tall). I am using the MVC wrappers (which may be irrelevant to the question).
Please advise,
The class spec: .k-grid tbody .k-button,.k-ie8 .k-grid tbody button.k-button{min-width:64px}
Desired behavior: min-width:0px
I am replacing Kendo’s text/icons with custom icons that are 16x16 (any larger and the rows get too tall). I am using the MVC wrappers (which may be irrelevant to the question).
Please advise,