File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/livewire/company Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,13 +209,13 @@ class="absolute top-2 right-2 text-gray-400 hover:text-gray-600">
209209 <section class =" mt-12 md:mt-0 2xl:pl-14 w-full col-span-3" >
210210 <h2 class =" text-base font-semibold text-gray-900" >Monthly Budget for
211211 {{ $currentDate -> format (' F Y' ) } } </h2 >
212- <div class =" mt-4 flex flex-col gap-y-1 text-sm/6 text-gray-500" >
212+ <div class =" mt-4 flex flex-col text-sm/6 text-gray-500" >
213213 <div class =" relative overflow-x-auto shadow-md sm:rounded-lg" >
214214 @if ($monthlyDueItems -> count () > 0 )
215215 <table
216216 class =" w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400" >
217217 <thead
218- class =" text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400" >
218+ class =" text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400 rounded-t-full " >
219219 <tr >
220220 <th scope =" col" class =" px-6 py-3" >
221221 Due
You can’t perform that action at this time.
0 commit comments