FIX: Poll pie container was too large (#8444)
This commit is contained in:
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%;
|
||||
|
|
Loading…
Reference in New Issue