1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Fixed "Add comment" layout when no comments exist

This commit is contained in:
Dan Brown
2019-04-13 12:58:57 +01:00
parent cc24d478aa
commit d3cc261320
3 changed files with 30 additions and 8 deletions

View File

@ -26,9 +26,4 @@
</div>
</form>
</div>
</div>
<div class="form-group text-right" comment-add-button>
<button type="button" action="addComment"
class="button outline">{{ trans('entities.comment_add') }}</button>
</div>