Skip to content

Commit a40f941

Browse files
committed
fix(toast): keep icon on the same line as long message in stacked layout
1 parent 62d880d commit a40f941

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/components/toast/toast.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
.toast-layout-baseline .toast-content {
133133
display: flex;
134134

135-
flex: 1;
136135
flex-direction: column;
137136
justify-content: center;
138137
}
@@ -142,6 +141,8 @@
142141
}
143142

144143
.toast-content {
144+
flex: 1;
145+
145146
min-width: 0;
146147
}
147148

0 commit comments

Comments
 (0)