fix poll footer
This commit is contained in:
parent
5ac676bd21
commit
42a88fbb13
1 changed files with 1 additions and 5 deletions
|
@ -43,11 +43,6 @@
|
||||||
transition: width 0.5s;
|
transition: width 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option-vote {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 3.5em;
|
width: 3.5em;
|
||||||
}
|
}
|
||||||
|
@ -55,6 +50,7 @@
|
||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.loading * {
|
&.loading * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue