mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: prevent span abuse in polls
This commit is contained in:
parent
7d3b7a5657
commit
3859273ff7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ div.poll {
|
|||
vertical-align: middle;
|
||||
padding: 10px;
|
||||
|
||||
span {
|
||||
& > span {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue