Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Fixed text wrapping issue on all inventory page
Browse files Browse the repository at this point in the history
Signed-off-by: WillTheDeveloper <[email protected]>
  • Loading branch information
WillTheDeveloper committed Oct 15, 2022
1 parent 02e3d32 commit b8d25c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/allinventory.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tbody class="divide-y divide-gray-200 bg-white">
@foreach($data as $d)
<tr>
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
<td class="py-4 pl-4 pr-3 text-sm sm:pl-6">
<div class="flex items-center">
<div class="h-10 w-10 flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="{{$d->image_url}}" alt="">
Expand Down

0 comments on commit b8d25c8

Please sign in to comment.