Skip to content

Commit

Permalink
Fix the size for the Created At column in the tables
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stamenova committed Oct 16, 2024
1 parent 75d3538 commit fc815c1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resources/views/crew/booths/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
Company Name
</th>
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400 right-0 sticky w-16">
Created At
</th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/crew/companies/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
Company Representative
</th>
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400 right-0 sticky w-16">
Created At
</th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/crew/faqs/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
Frequently Asked Question
</th>
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400 right-0 sticky w-16">
Created At
</th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/crew/presentations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
Company
</th>
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400 right-0 sticky w-16">
Created At
</th>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/crew/rooms/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
Room Name
</th>
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider right-0 sticky w-16 dark:text-gray-400">
Created At
</th>
</tr>
Expand Down Expand Up @@ -48,7 +48,7 @@ class="shrink-0 w-6 h-6 mr-1.5 block stroke-apricot-peach-400"
</div>
</div>
</td>
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-700 dark:text-white">
<td class="px-4 py-2 whitespace-nowrap text-sm text-gray-700 dark:text-white right-0 sticky ">
<div class="flex items-center">
<svg
class="shrink-0 w-6 h-6 mr-1.5 block stroke-apricot-peach-400"
Expand Down
2 changes: 1 addition & 1 deletion resources/views/crew/sponsorships/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
Company Name
</th>
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
<th class="px-4 py-2 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400 right-0 sticky w-16">
Created At
</th>
</tr>
Expand Down

0 comments on commit fc815c1

Please sign in to comment.