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:
parent
fbcdb78d18
commit
b6d9b3a013
|
@ -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),
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Fix broken checkout address forms layout
|
Loading…
Reference in New Issue