resources/views/layouts/app.blade.php: add flex and spacing to page_links div.
This commit is contained in:
parent
3e77520b29
commit
8cfa7f34d5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
|
||||
@if (isset($page_links))
|
||||
<div>
|
||||
<div class="flex space-x-2">
|
||||
{{ $page_links }}
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue