Ensure express payment buttons are visible next to each other (https://github.com/woocommerce/woocommerce-blocks/pull/8548)
This commit is contained in:
parent
87cc35678a
commit
49b42b627f
|
@ -88,6 +88,7 @@ $border-radius: 5px;
|
|||
|
||||
.wc-block-components-express-payment__event-buttons {
|
||||
> li {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue