diff --git a/core/src/styles/core/_notification.scss b/core/src/styles/core/_notification.scss index 4556a04d..9ed8913f 100644 --- a/core/src/styles/core/_notification.scss +++ b/core/src/styles/core/_notification.scss @@ -12,6 +12,7 @@ max-width: 400px; cursor: unset; @include cat-elevation(4); + overflow: hidden; &.cat-toastify-dark { --cat-font-color-base: #{cat-token('color.ui.font.baseInverted', $wrap: false)}; @@ -45,3 +46,7 @@ justify-content: space-between; gap: 0.875rem 1rem; } + +cat-toastify-inner { + flex: 1 1 auto; +}