Skip to content

Commit fd50c4c

Browse files
committed
lint(*): fix lint
1 parent ae68363 commit fd50c4c

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
@@ -1254,7 +1254,8 @@
12541254
width: 100%;
12551255
overflow: visible;
12561256
flex: 1;
1257-
min-width: 0; // needed to override the min-width of the column headers
1257+
// needed to override the min-width of the column headers
1258+
min-width: 0;
12581259
}
12591260

12601261
%grid-mrl-block {

0 commit comments

Comments
 (0)