We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af9710 commit b3bdac1Copy full SHA for b3bdac1
entry_types/scrolled/package/src/contentElements/textBlock/TextBlock.module.css
@@ -16,16 +16,16 @@
16
margin: 1.375rem 0 0 0;
17
}
18
19
-.text > p:first-child {
+.text p:first-child {
20
margin-top: 0;
21
22
23
.text li {
24
margin: var(--theme-text-block-first-list-item-margin-top, 1.375rem) 0 0 0;
25
26
27
-.text > ol:first-child > li:first-child,
28
-.text > ul:first-child > li:first-child {
+.text ol:first-child > li:first-child,
+.text ul:first-child > li:first-child {
29
30
31
@@ -68,7 +68,7 @@
68
overflow: hidden;
69
70
71
-.text > blockquote:first-child {
+.text blockquote:first-child {
72
73
74
0 commit comments