Skip to content

Commit a23cc7c

Browse files
committed
fix(counter): counter and toolbar overlap in RTL layout (fix #394)
1 parent d33ae71 commit a23cc7c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/plugins/counter/counter.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@
1616
padding: localVar(padding, common.globalVar(button_padding, common.$icon-button-padding));
1717
line-height: localVar(line_height, common.globalVar(icon_size, common.$icon-size));
1818
user-select: localVar(user_select, none);
19+
20+
[dir="rtl"] & {
21+
left: localVar(rtl_left, unset);
22+
right: localVar(rtl_right, 0);
23+
}
1924
}

0 commit comments

Comments
 (0)