mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Merge pull request #5655 from aignatov-bio/ai-sci-8704-fix-avatar-popup
Add left padding to smart annotation popup [SCI-8704]
This commit is contained in:
commit
b520f8a04b
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ const renderUserNamePopover = (url, fullName, email, html) => {
|
|||
src='${url}'
|
||||
alt='thumb'>
|
||||
</div>
|
||||
<div class='col-xs-9'>
|
||||
<div class='col-xs-9 pl-3'>
|
||||
<div class='row'>
|
||||
<div class='col-xs-12 text-left font-bold'>
|
||||
${fullName}
|
||||
|
|
Loading…
Reference in a new issue