]> BookStack Code Mirror - bookstack/blobdiff - resources/views/comments/comment.blade.php
Guest create page: name field autofocus
[bookstack] / resources / views / comments / comment.blade.php
index 9f4a12357156cb41b65f08f61955c9d636e7d763..6189c65d41e7fab03103ff4eec1d447d8425faf4 100644 (file)
                         <button type="button" refs="dropdown@toggle" aria-haspopup="true" aria-expanded="false" class="text-button" title="{{ trans('common.delete') }}">@icon('delete')</button>
                         <ul refs="dropdown@menu" class="dropdown-menu" role="menu">
                             <li class="px-m text-small text-muted pb-s">{{trans('entities.comment_delete_confirm')}}</li>
-                            <li><button action="delete" type="button" class="text-button text-neg" >@icon('delete'){{ trans('common.delete') }}</button></li>
+                            <li>
+                                <button action="delete" type="button" class="text-button text-neg icon-item">
+                                    @icon('delete')
+                                    <div>{{ trans('common.delete') }}</div>
+                                </button>
+                            </li>
                         </ul>
                     </div>
                 @endif