Skip to content

Commit e588fae

Browse files
committed
fix: Inconsistent Editor indent/outdent icons #6474
1 parent a167b71 commit e588fae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/web/kendo.rtl.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@
211211
float: right;
212212
}
213213

214+
.k-rtl .k-i-indent-increase
215+
{
216+
transform: scaleX(-1);
217+
}
218+
214219
/* Grid */
215220

216221
.k-rtl div.k-grid-header,

0 commit comments

Comments
 (0)