Skip to content

Commit a2cb09b

Browse files
committed
lint(*): fix lint
1 parent c68b7d0 commit a2cb09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,8 @@
719719
width: 100%;
720720
overflow: visible;
721721
flex: 1;
722-
min-width: 0; // needed to override the min-width of the column headers
722+
// needed to override the min-width of the column headers
723+
min-width: 0;
723724
}
724725

725726
%grid-mrl-block {

0 commit comments

Comments
 (0)