diff --git a/src/App/styles.less b/src/App/styles.less index d0bfc6bd5..4493c3c9d 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -178,5 +178,13 @@ html { html { min-width: inherit; min-height: inherit; + + body { + :global(#app) { + .toasts-container { + padding: 0 1rem; + } + } + } } } \ No newline at end of file