From a40f941d90bb1a0ba8f2585b53eaa561966dcd3c Mon Sep 17 00:00:00 2001
From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
Date: Fri, 16 Jan 2026 14:41:57 -0500
Subject: [PATCH 1/3] fix(toast): keep icon on the same line as long message in
stacked layout
---
core/src/components/toast/toast.scss | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/src/components/toast/toast.scss b/core/src/components/toast/toast.scss
index 2c8398a3594..09e6b33583d 100644
--- a/core/src/components/toast/toast.scss
+++ b/core/src/components/toast/toast.scss
@@ -132,7 +132,6 @@
.toast-layout-baseline .toast-content {
display: flex;
- flex: 1;
flex-direction: column;
justify-content: center;
}
@@ -142,6 +141,8 @@
}
.toast-content {
+ flex: 1;
+
min-width: 0;
}
From b465ca5ba15ed3b447f2a23715f39c17d7c60500 Mon Sep 17 00:00:00 2001
From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
Date: Fri, 16 Jan 2026 14:42:26 -0500
Subject: [PATCH 2/3] test(toast): add e2e test for stacked toast with long
message
---
.../components/toast/test/layout/index.html | 10 ++++++++++
.../components/toast/test/layout/toast.e2e.ts | 18 +++++++++++++++++-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/core/src/components/toast/test/layout/index.html b/core/src/components/toast/test/layout/index.html
index 81a2760bdb1..227539c7369 100644
--- a/core/src/components/toast/test/layout/index.html
+++ b/core/src/components/toast/test/layout/index.html
@@ -29,6 +29,9 @@
+