FIX: poll design on mobile

This commit is contained in:
Régis Hanol 2015-05-05 20:14:38 +02:00
parent 73703dd557
commit 2d3a090060

View file

@ -101,6 +101,10 @@ div.poll {
border-top: 1px solid $border-color;
padding: 10px;
button {
float: none;
}
.toggle-status {
float: right;
}