Skip to content

Commit a80389f

Browse files
author
MPopov
committed
fix(grid): Keep RTL in mind
Signed-off-by: MPopov <[email protected]>
1 parent 0b2f114 commit a80389f

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
@@ -1340,7 +1340,7 @@
13401340
display: flex;
13411341
align-items: center;
13421342
justify-content: center;
1343-
margin-right: rem(8px);
1343+
margin-#{$right}: rem(8px);
13441344
cursor: pointer;
13451345

13461346
igx-icon {

0 commit comments

Comments
 (0)