mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Poll pie container was too large (#8444)
This commit is contained in:
@@ -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