mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Poll pie container was too large (#8444)
This commit is contained in:
committed by
GitHub
parent
b643526d9a
commit
87a298a59b
@@ -48,7 +48,7 @@ div.poll {
|
||||
|
||||
div.poll.pie {
|
||||
.poll-container {
|
||||
width: calc(100% - 181px);
|
||||
width: calc(100% - 190px);
|
||||
|
||||
.poll-grouped-pie-container {
|
||||
width: 50%;
|
||||
|
||||
Reference in New Issue
Block a user