@@ -187,8 +187,8 @@ class="inline-flex text-xs"
187
187
<hr class =" border-b border-gray-300" >
188
188
<br >
189
189
@foreach ($docs as $index => $doc )
190
- <section class =" pt-5 pl-2 pr-2 pb-5 border mb-10 rounded bg-white shadow" v-if =" !docs[{{ $index } } ]['isHidden']" >
191
- <div class =" font-sans " id =" {{ $doc [' httpMethod' ] . ' -' . $doc [' uri' ]} }" >
190
+ <section class =" pt-5 pl-2 pr-2 pb-5 border-2 mb-10 rounded bg-white shadow" v-if =" !docs[{{ $index } } ]['isHidden']" >
191
+ <div class =" border-2 rounded " id =" {{ $doc [' httpMethod' ] . ' -' . $doc [' uri' ]} }" >
192
192
<h1 class =" text-sm break-normal text-black bg-indigo-50 break-normal font-sans pb-1 pt-1 text-black" >
193
193
<span class =" w-20
194
194
font-medium
@@ -197,6 +197,8 @@ class="inline-flex text-xs"
197
197
justify-center
198
198
px-2
199
199
py-1
200
+ ml-2
201
+ mr-2
200
202
text-xs
201
203
font-bold
202
204
leading-none
@@ -207,15 +209,13 @@ class="inline-flex text-xs"
207
209
text-{{ in_array (' PATCH' , $doc [' methods' ]) ? ' black' : ' ' } } -100 bg-{{ in_array (' PATCH' , $doc [' methods' ]) ? ' yellow' : ' ' } } -500
208
210
text-{{ in_array (' DELETE ' , $doc [' methods' ]) ? ' white' : ' ' } } bg-{{ in_array (' DELETE ' , $doc [' methods' ]) ? ' black' : ' ' } }
209
211
" >
210
- {{ $doc [' methods' ][0 ]} }
212
+ {{ $doc [' methods' ][0 ]} }
211
213
</span >
212
214
<span class =" " >
213
215
<a href =" #{{ $doc [' uri' ]} }" >{{ $doc [' uri' ]} } </a >
214
216
</span >
215
217
</h1 >
216
218
</div >
217
- <hr class =" border-b border-grey-light" >
218
-
219
219
<table class =" table-fixed text-sm mt-5" >
220
220
<tbody >
221
221
<tr >
@@ -250,7 +250,7 @@ class="inline-flex text-xs"
250
250
<vue-markdown class =" mt-2" >{!! $doc [' docBlock' ] ! !} </vue-markdown >
251
251
</div >
252
252
@if (! empty ($doc [' rules' ]) )
253
- <div class =" border-2 mr-4 mt-4 p-4 rounded text-sm " >
253
+ <div class =" border-2 mr-4 mt-4 p-4 rounded" >
254
254
<h3 class =" font-bold" >Attributes</h3 >
255
255
<hr >
256
256
<table class =" table-fixed align-left text-sm mt-3" >
0 commit comments