Skip to content

Commit ebd7315

Browse files
author
MPopov
committed
fix(grid): Fix underscore for compact placeholder
Signed-off-by: MPopov <desig9stein@gmail.com>
1 parent 3865958 commit ebd7315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@
13971397
padding: map-get($grid-header-padding, 'cosy');
13981398
}
13991399

1400-
%cbx_padding--compact {
1400+
%cbx-padding--compact {
14011401
padding: map-get($grid-header-padding, 'compact');
14021402
}
14031403

0 commit comments

Comments
 (0)