We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2e6cd commit 0f8469eCopy full SHA for 0f8469e
resources/views/index.blade.php
@@ -130,7 +130,7 @@ class="my-prism-editor"
130
</section>
131
<h1 class="font-medium mx-3 mt-3" style="width: max-content;min-width:350px;">Routes List</h1>
132
<hr class="border-b border-gray-300">
133
- <table class="table-fixed text-sm mt-5" style="width: max-content">
+ <table class="table-fixed text-sm mt-5 mb-5" style="width: max-content">
134
<tbody>
135
@foreach ($docs as $index => $doc)
136
<tr v-if="!docs[{{$index}}]['isHidden']">
0 commit comments