mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix styling for long label in multi-select choices (#12877)
This commit is contained in:
@@ -145,6 +145,11 @@
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
max-width: calc(100% - 5px);
|
||||
|
||||
.name {
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
.d-icon {
|
||||
color: var(--primary-low-mid);
|
||||
|
||||
Reference in New Issue
Block a user