fix: apply css only on first child label and span for section header (via #4970)

This commit is contained in:
Sullivan SENECHAL
2018-11-24 00:16:49 +01:00
committed by kyle
parent 971c6f7536
commit 88e2c9af54

View File

@@ -186,7 +186,7 @@
background: rgba($opblock-isopen-section-header-background-color,.8);
box-shadow: 0 1px 2px rgba($opblock-isopen-section-header-box-shadow-color,.1);
label
>label
{
font-size: 12px;
font-weight: bold;
@@ -199,7 +199,7 @@
@include text_headline();
span
>span
{
padding: 0 10px 0 0;
}