Fix edit custom field modal width (#46727)
* Remove min-width * Add changelog * move changelog * Fix width
This commit is contained in:
parent
2d71790b72
commit
eb4873dcd3
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix edit custom field modal width #46727
|
|
@ -1,6 +1,4 @@
|
||||||
.woocommerce-product-custom-fields__edit-modal {
|
.woocommerce-product-custom-fields__edit-modal {
|
||||||
min-width: 75%;
|
|
||||||
|
|
||||||
&-actions {
|
&-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -12,4 +10,9 @@
|
||||||
.components-base-control {
|
.components-base-control {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.components-modal__content {
|
||||||
|
width: 500px;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue