Skip to content

Commit

Permalink
fix(panelbar): add space between icon and text
Browse files Browse the repository at this point in the history
fixes #1144
  • Loading branch information
joneff committed Nov 9, 2020
1 parent 9f6a456 commit e1181b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/default/scss/panelbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,11 @@
right: $panelbar-header-padding-x;
}


// TODO: refactor once expand collapse is container
.k-link > .k-image,
.k-link > .k-sprite {
.k-link > .k-sprite,
.k-link > .k-icon:first-child {
margin-right: $icon-spacing;
}

Expand All @@ -103,7 +106,8 @@
}

.k-link > .k-image,
.k-link > .k-sprite {
.k-link > .k-sprite,
.k-link > .k-icon:first-child {
margin-left: $icon-spacing;
margin-right: 0;
}
Expand Down

0 comments on commit e1181b4

Please sign in to comment.