Vertically center product meta box elements (#50826)
* Vertically center product meta elements * Changelog
This commit is contained in:
parent
b449ca840f
commit
64dcafe29b
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Vertically center product meta elements
|
|
@ -5579,7 +5579,7 @@ img.help_tip {
|
|||
|
||||
input,
|
||||
select {
|
||||
margin-top: -3px;
|
||||
margin-top: -2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -8086,7 +8086,7 @@ table.bar_chart {
|
|||
#woocommerce-product-data {
|
||||
.hndle {
|
||||
display: block;
|
||||
line-height: 24px;
|
||||
line-height: 28px;
|
||||
|
||||
.type_box {
|
||||
display: inline;
|
||||
|
|
Loading…
Reference in New Issue