Skip to content

Commit 6079f6b

Browse files
committed
chore(*): Fix lint errors in scss
1 parent ec41993 commit 6079f6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navbar/_navbar-theme.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@
137137
}
138138
}
139139

140-
igx-navbar-action, [igxNavbarAction] {
140+
igx-navbar-action,
141+
[igxNavbarAction] {
141142
display: flex;
142143
align-items: center;
143144
}
144145

145-
igx-navbar-title, [igxNavbarTitle] {
146+
igx-navbar-title,
147+
[igxNavbarTitle] {
146148
display: flex;
147149
align-items: center;
148150
user-select: none;

0 commit comments

Comments
 (0)