mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
When the dir is set on a list, add padding to both sides (#6097)
This commit is contained in:
committed by
Guo Xiang Tan
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user