FIX: Poll pie container was too large (#8444)

This commit is contained in:
Mark VanLandingham
2019-12-02 11:51:06 -06:00
committed by GitHub
parent b643526d9a
commit 87a298a59b

View File

@@ -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%;