Skip to content

Commit

Permalink
fix(drawer): fix svg-icon misplacement inside drawer items
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Feb 1, 2023
1 parent 44f2521 commit e5352b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/drawer/_layout.scss
Expand Up @@ -150,6 +150,7 @@
gap: $kendo-drawer-item-padding-x;
}

.k-svg-icon,
.k-icon {
height: auto;
font-size: $kendo-drawer-icon-size;
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/drawer/_layout.scss
Expand Up @@ -183,6 +183,7 @@
gap: var( --kendo-drawer-item-padding-x, #{$kendo-drawer-item-padding-x} );
}

.k-svg-icon,
.k-icon {
height: auto;
font-size: var( --kendo-drawer-icon-size, #{$kendo-drawer-icon-size} );
Expand Down

0 comments on commit e5352b0

Please sign in to comment.