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:
parent
e20e1ca143
commit
1dd8e05a68
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix styling of checkbox (and other input) labels on product page tabs.
|
|
@ -6706,7 +6706,7 @@ table.bar_chart {
|
|||
}
|
||||
|
||||
.woocommerce_options_panel {
|
||||
.description {
|
||||
:not(input) + .description {
|
||||
display: block;
|
||||
clear: both;
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue