From 1ecbe79958a9fb449b7545d1638509c2fc347a38 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Tue, 12 Apr 2022 23:06:55 +0530 Subject: [PATCH] UI: Improve style of toast notification (#4064) --- .../src/main/resources/ui/src/styles/tailwind.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/src/styles/tailwind.css b/openmetadata-ui/src/main/resources/ui/src/styles/tailwind.css index 52dcb485738..8d27cf028d3 100644 --- a/openmetadata-ui/src/main/resources/ui/src/styles/tailwind.css +++ b/openmetadata-ui/src/main/resources/ui/src/styles/tailwind.css @@ -361,4 +361,18 @@ @apply tw-bg-white; } } + + /* react tostify */ + + .Toastify__toast-container { + @apply tw-font-sans tw-break-words; + } + + .Toastify__toast-body { + @apply tw-items-start; + } + + .Toastify__toast-icon { + @apply tw-mt-1; + } }