We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4e2b11 + 6f7d555 commit d9877b6Copy full SHA for d9877b6
entry_types/scrolled/package/src/contentElements/textBlock/TextBlock.module.css
@@ -120,6 +120,7 @@
120
text-align: center;
121
}
122
123
-.layout-centerRagged {
124
- --editable-text-list-style-position: inside;
+.layout-centerRagged ol,
+.layout-centerRagged ul {
125
+ list-style-position: inside;
126
entry_types/scrolled/package/src/frontend/EditableText.module.css
@@ -8,18 +8,14 @@
8
white-space: pre-line;
9
10
11
-.root ul,
12
-.root ol {
13
- list-style-position: var(--editable-text-list-style-position);
14
-}
15
-
16
.justify {
17
text-align: justify;
18
19
20
ul.justify,
21
ol.justify {
22
- list-style-position: outside;
+ /* Override style set by center-ragged text block */
+ list-style-position: outside !important;
23
24
25
.light {
0 commit comments