Fix edit custom field modal width (#46727)

* Remove min-width

* Add changelog

* move changelog

* Fix width
This commit is contained in:
Fernando Marichal 2024-04-19 09:36:09 -03:00 committed by GitHub
parent 2d71790b72
commit eb4873dcd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Fix edit custom field modal width #46727

View File

@ -1,6 +1,4 @@
.woocommerce-product-custom-fields__edit-modal {
min-width: 75%;
&-actions {
display: flex;
align-items: center;
@ -12,4 +10,9 @@
.components-base-control {
width: 100%;
}
.components-modal__content {
width: 500px;
max-width: 100%;
}
}