mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: left-align dropdown menu button text (#31198)
When dropdown button text wraps onto multiple lines, it's centered. It should be left-aligned instead. Before: <img src="https://github.com/user-attachments/assets/64db1e0c-8dc0-4e26-8b07-fea938498f80" width="250"/> After: <img src="https://github.com/user-attachments/assets/7f4c1795-291a-4772-bdb0-f848f3904aa4" width="250"/>
This commit is contained in:
parent
39b1ac91b8
commit
553a8851ab
@ -9,6 +9,7 @@
|
||||
padding: 0.65rem 1rem;
|
||||
width: 100%;
|
||||
justify-content: flex-start;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user