Fix poll compose form being broken on single-column layout

This commit is contained in:
Thibaut Girka 2020-02-03 11:40:41 +01:00 committed by ThibG
parent 94cdbc4982
commit 885e9227c6
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@
.compose-form__poll-wrapper {
border-top: 1px solid darken($simple-background-color, 8%);
overflow-x: hidden;
ul {
padding: 10px;