Merge pull request #7738 from artoscinote/ma_SCI_10907

Fix comment send button Firefox issue [SCI-10907]
This commit is contained in:
Martin Artnik 2024-07-22 13:58:15 +02:00 committed by GitHub
commit 4e0a3958a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}
}

View file

@ -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">