Ensure express payment buttons are visible next to each other (https://github.com/woocommerce/woocommerce-blocks/pull/8548)

This commit is contained in:
Niels Lange 2023-02-27 17:30:22 +07:00 committed by GitHub
parent 87cc35678a
commit 49b42b627f
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ $border-radius: 5px;
.wc-block-components-express-payment__event-buttons {
> li {
box-sizing: border-box;
display: inline-block;
width: 50%;
}