Make poll form take full width

This commit is contained in:
Lim Chee Aun 2023-05-20 10:22:05 +08:00
parent bcd91851d2
commit 3524eb84c3

View file

@ -388,6 +388,7 @@
background-color: var(--bg-faded-color); background-color: var(--bg-faded-color);
border-radius: 8px; border-radius: 8px;
margin: 8px 0 0; margin: 8px 0 0;
display: block;
} }
#compose-container .poll-choices { #compose-container .poll-choices {