mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Styles: Aligned empty state alignment & consistency
- Fixed inital empty state margins/paddings to be aligned and not differ when lists are empty. - Aligned button/action display when viewing empty entities. - Fixed use of non-existing permission in books for book empty state button. Fixes #4563
This commit is contained in:
@ -8,5 +8,5 @@
|
||||
@endforeach
|
||||
</div>
|
||||
@else
|
||||
<p class="text-muted empty-text">{{ trans('common.no_activity') }}</p>
|
||||
<p class="text-muted empty-text mb-none pb-l">{{ trans('common.no_activity') }}</p>
|
||||
@endif
|
Reference in New Issue
Block a user