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;
|
||||
}
|
||||
|
||||
.option-vote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 3.5em;
|
||||
}
|
||||
|
@ -55,6 +50,7 @@
|
|||
.footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
&.loading * {
|
||||
|
|
Loading…
Add table
Reference in a new issue