Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Display ButtonGroup label block level
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed May 24, 2020
1 parent 4a6f214 commit 4a32ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ifblock/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
}
}
}
[for="wp-block-mypreview-ifblock-conditional-operator"] {
display: block !important;
}
.wp-block-mypreview-ifblock {
&__header {
background-color: var(--main-bg-color);
Expand Down Expand Up @@ -39,7 +42,4 @@
font-style: italic;
padding: 5px 10px 5px 10px;
}
[for=*"conditional-operator"] {
display: block !important;
}
}

0 comments on commit 4a32ec1

Please sign in to comment.