When the dir is set on a list, add padding to both sides (#6097)

This commit is contained in:
Simon Cossar 2018-07-19 02:32:36 -07:00 committed by Guo Xiang Tan
parent fa02df9985
commit 4bee7fb458
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}