Merge pull request #4768 from aignatov-bio/ai-sci-7692-assigned-users-icons-not-alligned

Fix assigned users icons alignment [SCI-7692]
This commit is contained in:
aignatov-bio 2023-01-06 13:10:32 +01:00 committed by GitHub
commit 3282c1104b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,10 @@
.new-user {
color: $color-silver-chalice;
line-height: 24px;
margin-left: 5px;
&:not(:first-child) {
margin-left: 5px;
}
}
}