mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix assigned users icons allignment [SCI-7692]
This commit is contained in:
parent
631608e7db
commit
7aad22b138
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