UX: fix text alignment assign modal dropdown (#422)

This commit is contained in:
chapoi 2023-01-06 14:09:27 +01:00 committed by GitHub
parent 31389d713a
commit 509ee637cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,14 @@
.caret-icon {
color: var(--primary-medium);
}
.name {
display: contents;
}
.identifier {
margin-right: 0.5rem;
}
}
.control-group.assignee-error {