From c4cd4d870cc52694eaee3de357c80b8eebb5064b Mon Sep 17 00:00:00 2001 From: navedqb Date: Fri, 4 Aug 2023 15:03:13 +0530 Subject: [PATCH] Fixed icon shrink in toast --- components/lib/toast/BaseToast.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/toast/BaseToast.vue b/components/lib/toast/BaseToast.vue index 1b5e86117..49a9bb640 100644 --- a/components/lib/toast/BaseToast.vue +++ b/components/lib/toast/BaseToast.vue @@ -7,6 +7,10 @@ const styles = ` width: 25rem; } +.p-toast-message-icon { + flex-shrink: 0; +} + .p-toast-message-content { display: flex; align-items: flex-start;