diff --git a/webapp/channels/src/components/toast_wrapper/toast__wrapper.scss b/webapp/channels/src/components/toast_wrapper/toast__wrapper.scss index 23bfa1ea2b..4cc410575a 100644 --- a/webapp/channels/src/components/toast_wrapper/toast__wrapper.scss +++ b/webapp/channels/src/components/toast_wrapper/toast__wrapper.scss @@ -2,9 +2,9 @@ position: absolute; z-index: 3; display: flex; - width: 100%; + width: calc(100% - 32px); align-items: center; justify-content: center; - margin-top: 16px; + margin: 16px 16px 0; gap: 7px; }