When the dir is set on a list, add padding to both sides (#6097)
This commit is contained in:
parent
fa02df9985
commit
4bee7fb458
|
@ -56,3 +56,10 @@
|
|||
.rtl .dashboard-right {
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
// This is for the support_mixed_text_direction setting
|
||||
.cooked ul[dir="ltr"], .d-editor-preview ul[dir="ltr"],
|
||||
.cooked ul[dir="rtl"], .d-editor-preview ul[dir="rtl"] {
|
||||
padding-right: 40px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue