mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 07:13:57 +08:00
Merge pull request #5689 from wandji20/wb-SCI-8741
Fix avatar image width in smart anotation pop op [SCI-8741]
This commit is contained in:
commit
7b1f444a11
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ const renderUserNamePopover = (url, fullName, email, html) => {
|
|||
return `<div class="user-name-popover-wrapper">
|
||||
<div class='col-xs-3'>
|
||||
<img
|
||||
class='avatar'
|
||||
class='avatar img-responsive'
|
||||
src='${url}'
|
||||
alt='thumb'>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue