Skip to content

Commit 88e2c9a

Browse files
soullivaneuhshockey
authored andcommitted
fix: apply css only on first child label and span for section header (via #4970)
1 parent 971c6f7 commit 88e2c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
background: rgba($opblock-isopen-section-header-background-color,.8);
187187
box-shadow: 0 1px 2px rgba($opblock-isopen-section-header-box-shadow-color,.1);
188188

189-
label
189+
>label
190190
{
191191
font-size: 12px;
192192
font-weight: bold;
@@ -199,7 +199,7 @@
199199

200200
@include text_headline();
201201

202-
span
202+
>span
203203
{
204204
padding: 0 10px 0 0;
205205
}

0 commit comments

Comments
 (0)