Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix(window): fix title height for Bootstrap skin #752
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Grigorova authored and Mihail Parvanov committed Jan 29, 2018
1 parent c09ddfa commit fa7603c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scss/window/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.k-window-title {
margin: 0;
font-size: $font-size-lg;
line-height: 20px / $font-size-lg;
line-height: 1;
text-overflow: ellipsis;
overflow: hidden;
cursor: default;
Expand All @@ -55,11 +55,8 @@
vertical-align: top;

.k-button {
margin: -1*($button-padding-y + 1px) 0;

&:last-child {
margin-right: -1*($button-padding-y + 1px);
}
margin-top: calc(#{-1*$button-padding-y} - 1px);
margin-bottom: calc(#{-1*$button-padding-y} - 1px);
}
}

Expand Down

0 comments on commit fa7603c

Please sign in to comment.