UX: Show all pie legend options for long polls (#16510)
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:
parent
900fcb9da0
commit
ac68cb20c3
|
@ -130,7 +130,6 @@ div.poll {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pie-chart-legends {
|
.pie-chart-legends {
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
@ -138,7 +137,7 @@ div.poll {
|
||||||
.legend {
|
.legend {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
font-size: var(--font-down-0);
|
font-size: var(--font-down-0);
|
||||||
|
|
Loading…
Reference in New Issue