Skip to content

Commit 5364b21

Browse files
committed
lint(button): fix errors
1 parent 5bf0fa3 commit 5364b21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,9 @@
872872
}
873873

874874
%igx-button--fab {
875-
p, span, div {
875+
p,
876+
span,
877+
div {
876878
@include igx-type-style($type-scale, $text) {
877879
text-align: center;
878880
margin: 0;

0 commit comments

Comments
 (0)