Fix action button margin in modal on mobile

This commit is contained in:
Raphael Wickihalder 2022-07-13 19:01:26 +02:00
parent 91f4ce532e
commit a56ddecc0f
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -126,6 +126,7 @@
.button__content {
.button__label {
margin-left: var(--spacing-s);
margin-right: var(--spacing-s);
font-size: var(--font-small);
}
}