mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08:00
UX: Fix styling for long label in multi-select choices (#12877)
This commit is contained in:
parent
54472e4150
commit
e832088edf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user