Skip to content

Commit 01400b7

Browse files
author
MPopov
committed
fix(navdrawer): increase side padding of the text when no there is no icon
1 parent 1849eba commit 01400b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navdrawer/_navdrawer-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328

329329
span {
330330
@if $variant == 'indigo-design' {
331-
padding-#{$left}: rem(4px);
331+
padding-#{$left}: rem(8px);
332332
}
333333
}
334334

0 commit comments

Comments
 (0)