diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 05f7c400ab..97be4ebd5b 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -242,3 +242,7 @@ body { } } } + +.ant-notification-notice-message { + padding-right: 20px; +}