Skip to content

Commit

Permalink
fix(grid): apply correct styles for filer menu that is part of the po…
Browse files Browse the repository at this point in the history
…pup content
  • Loading branch information
silviyaboteva authored and joneff committed Mar 23, 2021
1 parent 24e7155 commit 01e10c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -1265,7 +1265,12 @@
.k-filter-menu-container {
width: $grid-filter-menu-width;
}
}

.k-filter-menu.k-popup,
.k-grid-filter-popup.k-popup,
.k-popup .k-filter-menu,
.k-popup .k-grid-filter-popup {
.k-multicheck-wrap {
.k-item {
padding: $grid-column-menu-list-item-padding-y 0;
Expand Down

0 comments on commit 01e10c0

Please sign in to comment.