mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 06:45:11 +00:00
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 {
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user