Merge pull request #5431 from aignatov-bio/ai-sci-8456-fix-users-css-in-invite-modal

Fix elements alignment in dropdown tags [SCI-8456]
This commit is contained in:
artoscinote 2023-05-18 16:47:14 +02:00 committed by GitHub
commit 47d2b4ab6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,8 @@
}
.tag-label {
display: inline-block;
align-items: center;
display: flex;
margin-right: 5px;
max-width: 240px;
overflow: hidden;