RTL controlled for select components

This commit is contained in:
Burak Civan
2022-08-15 15:07:35 +03:00
parent 1157ea41cd
commit e71467644e
2 changed files with 18 additions and 8 deletions

View File

@@ -436,6 +436,11 @@ html[dir='rtl'] .el-input__suffix {
text-align: left;
}
html[dir='rtl'] .el-scrollbar__wrap {
margin-left: -15px !important;
margin-right: unset !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
right: 15px !important;
}