Skip to content

Commit

Permalink
fix(popup): group label in dropdowns is squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
PreslavKozovski authored and joneff committed Oct 4, 2018
1 parent 39e6018 commit f1a6ec6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/default/scss/popup/_layout.scss
Expand Up @@ -66,17 +66,17 @@ $popup-filter-padding-x: $input-padding-x !default;
top: 0;
right: 0;
padding: 0 .5em;
font-size: $font-size * .714;
line-height: 1.5;
font-size: ($font-size * .714);
line-height: $font-size;
text-transform: uppercase;
}
.k-popup .k-list .k-item > .k-group::before {
display: block;
content: " ";
border-width: 7px;
border-width: ($font-size / 2);
border-style: solid;
position: absolute;
left: -14px;
left: -$font-size;
bottom: 0;
}
.k-rtl.k-popup .k-list .k-item > .k-group,
Expand Down

0 comments on commit f1a6ec6

Please sign in to comment.