We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaff77 commit ef56968Copy full SHA for ef56968
libs/blocks/notification/notification.css
@@ -152,13 +152,24 @@
152
inline-size: 100%;
153
}
154
155
+.notification.ribbon [class*="heading-"]:only-child {
156
+ margin-block-end: var(--spacing-s);
157
+}
158
+
159
+.notification.ribbon.space-between [class*="heading-"]:only-child {
160
+ margin-block-end: 0;
161
162
163
.notification.ribbon.space-between .foreground .text {
164
flex-wrap: nowrap;
165
166
167
168
.notification.ribbon.space-between .foreground .copy-wrap {
169
margin-inline-end: var(--spacing-s);
170
+ display: flex;
171
+ flex-direction: column;
172
+ justify-content: center;
173
174
175
.notification .foreground .image {
0 commit comments