Update post modal list styling

Fixes #60
This commit is contained in:
Sonny 2020-07-26 18:39:49 +02:00
parent c04f23b3ee
commit 629b35b69b

View file

@ -72,6 +72,10 @@
padding: 10px 0; padding: 10px 0;
max-width: 100%; max-width: 100%;
} }
& ul, ol {
list-style-position: inside;
}
} }
&__close-button { &__close-button {