Merge pull request #2622 from brkcvn/rtl-print

RTL controlled for toggle component & print template
This commit is contained in:
Burak Civan
2022-09-12 11:05:32 +03:00
committed by GitHub
6 changed files with 73 additions and 11 deletions

View File

@ -503,6 +503,16 @@ html[dir='rtl'] .el-scrollbar__wrap {
@apply cursor-default pointer-events-none opacity-50;
}
/* template table border radius control */
html[dir="rtl"] .lines-radius-border thead td:first-child {
border-radius: 0px 10px 10px 0px;
}
html[dir="rtl"] .lines-radius-border thead td:last-child {
border-radius: 10px 0px 0px 10px;
}
/* template table border radius control */
[dir="ltr"] .ltr\:-right-57 {
right: -14.5rem;
}