Fix broken checkout address forms layout (#47131)

* Fix broken checkout address forms layout

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Niels Lange 2024-05-08 10:30:12 +07:00 committed by GitHub
parent fbcdb78d18
commit b6d9b3a013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@
.wc-block-components-text-input,
.wc-block-components-state-input,
.wc-block-components-select-input {
flex: 1 0 calc(50% - #{$gap-smaller}); // "flex-grow = 1" allows the input to grow to fill the space
flex: 1 0 calc(50% - #{$gap-small}); // "flex-grow = 1" allows the input to grow to fill the space
box-sizing: border-box;
&:nth-of-type(2),

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Fix broken checkout address forms layout