Fix styling of poll options on public pages in glitch flavour

This commit is contained in:
Thibaut Girka 2019-06-16 20:41:03 +02:00 committed by ThibG
parent 118701b548
commit f57a0f89a8
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
margin-top: 16px;
font-size: 14px;
ul,
.e-content & ul {
margin: 0;
list-style: none;
}
li {
margin-bottom: 10px;
position: relative;