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:
Fernando Marichal 2024-05-22 17:15:33 -03:00 committed by GitHub
parent e6bd07d465
commit 0dc86cea9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Fix width of the button to set the variation prices #47682

View File

@ -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;
}
}