Fix checkbox label styling on product page tabs (#37791)

* Do not switch description to block if used for an input

* Changelog
This commit is contained in:
Matt Sherman 2023-04-19 09:19:48 -04:00 committed by GitHub
parent e20e1ca143
commit 1dd8e05a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix styling of checkbox (and other input) labels on product page tabs.

View File

@ -6706,7 +6706,7 @@ table.bar_chart {
}
.woocommerce_options_panel {
.description {
:not(input) + .description {
display: block;
clear: both;
margin-left: 0;