mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:52:19 +08:00
add space in number of poll voters on mobile
This commit is contained in:
parent
7e15077bec
commit
b839eb41ff
|
@ -6,4 +6,8 @@ div.poll {
|
|||
margin: 4px 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.poll-info {
|
||||
.info-text:before {content:"\00a0";} // nbsp
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user