mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
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:
commit
3282c1104b
1 changed files with 4 additions and 1 deletions
|
@ -228,7 +228,10 @@
|
|||
.new-user {
|
||||
color: $color-silver-chalice;
|
||||
line-height: 24px;
|
||||
margin-left: 5px;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue