Skip to content

Commit 0ee7539

Browse files
authored
Merge pull request #366 from awesomemotive/fix/cart-message-alignment
Fix cart message contents alignment
2 parents c5fab29 + 8e5eba4 commit 0ee7539

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/sass/plugins/woocommerce/_notices.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
margin-inline-end: 0;
4949
margin-inline-start: 15px;
5050
}
51+
52+
.woocommerce-message {
53+
display: flex;
54+
align-content: center;
55+
flex-wrap: nowrap;
56+
flex-direction: row;
57+
align-items: center;
58+
justify-content: space-between;
59+
}
5160
}
5261

5362
&.no-single-breadcrumbs {

0 commit comments

Comments
 (0)