[UI] Add top margin to flash messages (#17444)

<img width="1539" alt="Zrzut ekranu 2024-11-8 o 11 43 50"
src="https://github.com/user-attachments/assets/3c018a67-8456-400c-86fe-9167ca86c457">
This commit is contained in:
Grzegorz Sadowski 2024-11-08 12:31:24 +01:00 committed by GitHub
commit 38b2de2de9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@
.sylius-messages:has(*) { .sylius-messages:has(*) {
margin-top: 1.5rem; margin-top: 1.5rem;
margin-bottom: 1.5rem;
} }
.alert { .alert {