mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: poll design on mobile
This commit is contained in:
parent
73703dd557
commit
2d3a090060
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ div.poll {
|
|||
border-top: 1px solid $border-color;
|
||||
padding: 10px;
|
||||
|
||||
button {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.toggle-status {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue