Skip to content

Commit

Permalink
fix(dialog): some fonts overflowing window title vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGindev authored and joneff committed Feb 12, 2021
1 parent 5071c9d commit 4db09b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/default/scss/window/_layout.scss
Expand Up @@ -57,7 +57,8 @@

// Title bar title text
.k-window-title {
margin: 0;
padding: .5em 0;
margin: -.5em 0;
font-size: $window-title-font-size;
line-height: $window-title-line-height;
text-overflow: ellipsis;
Expand Down

0 comments on commit 4db09b8

Please sign in to comment.