We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d63a7 commit 7fb9116Copy full SHA for 7fb9116
resources/assets/scss/modules/woocommerce-message.scss
@@ -44,6 +44,8 @@
44
}
45
46
.woocommerce-notice-list__item {
47
+ display: flex;
48
+ align-items: center;
49
50
@include _woocommerce-alert-buttons();
51
@include vertical-spacing("margin", "down", (
@@ -54,6 +56,15 @@
54
56
&:only-child {
55
57
margin-bottom: 0;
58
59
+
60
+ > * {
61
62
+ // Fake space between inline elements collapsed from flexbox.
63
+ &:before,
64
+ &:after {
65
+ content: '\00a0';
66
+ }
67
68
69
70
// Old.
0 commit comments