Fix width of the button to set the variation prices (#47682)
* Fix set variations price button width * Add changelog * Fix rebase deletion
This commit is contained in:
parent
e6bd07d465
commit
0dc86cea9a
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Fix width of the button to set the variation prices #47682
|
|
@ -969,7 +969,7 @@ $font-sf-pro-text: helveticaneue-light, "Helvetica Neue Light",
|
|||
filter: brightness(50%);
|
||||
}
|
||||
.woocommerce-add-variation-price-container {
|
||||
width: 15%;
|
||||
width: auto;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
> button {
|
||||
|
@ -994,7 +994,7 @@ $font-sf-pro-text: helveticaneue-light, "Helvetica Neue Light",
|
|||
margin-top: 20px;
|
||||
> button {
|
||||
margin-left: 16px;
|
||||
width: 88px;
|
||||
width: auto;
|
||||
display: unset;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue