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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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