UX: Fix styling for long label in multi-select choices (#12877)

This commit is contained in:
Penar Musaraj
2021-04-28 15:12:01 -04:00
committed by GitHub
parent 54472e4150
commit e832088edf

View File

@@ -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);