mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 20:23:16 +08:00
Merge pull request #7738 from artoscinote/ma_SCI_10907
Fix comment send button Firefox issue [SCI-10907]
This commit is contained in:
commit
4e0a3958a4
2 changed files with 2 additions and 2 deletions
|
@ -110,13 +110,13 @@
|
|||
}
|
||||
|
||||
.send-comment {
|
||||
bottom: 5px;
|
||||
color: $brand-primary;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
text-align: center;
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="comment-input-container !pr-0 grid grid-flow-row">
|
||||
<textarea class="comment-input-field smart-text-area textarea-sm"
|
||||
placeholder="<%= t('comments.placeholder') %>"></textarea>
|
||||
<i class="sn-icon sn-icon-send send-comment !contents before:ml-auto"></i>
|
||||
<i class="sn-icon sn-icon-send send-comment"></i>
|
||||
</div>
|
||||
<div class="error-container"></div>
|
||||
<div class="update-buttons sci-btn-group">
|
||||
|
|
Loading…
Reference in a new issue