kendo-vue
kendo-vue copied to clipboard
[Bug][Grid] The text inside the columns' header goes under the column menu icon
Describe the bug
If the width of the column is not enough to display the entire title and the icon of the column menu, the title text goes under the icon, which is not visually pleasing.
To Reproduce
- Open this StackBlitz example
- Make the screen size small
Temporary workaround:
<style>
.k-grid .k-grid-header th.k-filterable .k-cell-inner{
padding-right: 23px;
}