UX: fix text alignment assign modal dropdown (#422)
This commit is contained in:
parent
31389d713a
commit
509ee637cf
|
@ -86,6 +86,14 @@
|
||||||
.caret-icon {
|
.caret-icon {
|
||||||
color: var(--primary-medium);
|
color: var(--primary-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.name {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
.identifier {
|
||||||
|
margin-right: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-group.assignee-error {
|
.control-group.assignee-error {
|
||||||
|
|
Loading…
Reference in New Issue