mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
add space in number of poll voters on mobile
This commit is contained in:
parent
7e15077bec
commit
b839eb41ff
1 changed files with 4 additions and 0 deletions
|
@ -6,4 +6,8 @@ div.poll {
|
|||
margin: 4px 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.poll-info {
|
||||
.info-text:before {content:"\00a0";} // nbsp
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue