UX: Show all pie legend options for long polls ()

Results pie chart of polls with very many options were wider than the
post and most of their content was hidden.
This commit is contained in:
Bianca Nenciu 2022-04-20 10:43:10 +03:00 committed by GitHub
parent 900fcb9da0
commit ac68cb20c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,7 +130,6 @@ div.poll {
}
.pie-chart-legends {
display: flex;
justify-content: center;
text-align: center;
margin-top: 0.5em;
@ -138,7 +137,7 @@ div.poll {
.legend {
align-items: center;
cursor: pointer;
display: flex;
display: inline-flex;
flex-direction: row;
margin-left: 1em;
font-size: var(--font-down-0);