Skip to content

Commit 0661543

Browse files
author
MPopov
committed
fix(filtering): adding rem function
1 parent b03b5a0 commit 0661543

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
@@ -2653,7 +2653,7 @@
26532653
%igx-grid__filtering-row-editing-buttons {
26542654
button {
26552655
igx-icon {
2656-
margin-#{$right}: 8px;
2656+
margin-#{$right}: rem(8px);
26572657
}
26582658
}
26592659
}

0 commit comments

Comments
 (0)