From a10652797f4ef5aac2bcce19b1fa77cd3c1f6dc5 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 9 May 2023 19:42:32 -0700 Subject: [PATCH] Fixed width of columns in details Signed-off-by: snipe --- resources/views/accessories/view.blade.php | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/resources/views/accessories/view.blade.php b/resources/views/accessories/view.blade.php index 2e0905cfdf..2ea71c8f8d 100644 --- a/resources/views/accessories/view.blade.php +++ b/resources/views/accessories/view.blade.php @@ -257,10 +257,10 @@ @if ($accessory->company)
-
+
{{ trans('general.company')}}
- @@ -269,10 +269,10 @@ @if ($accessory->category)
-
+
{{ trans('general.category')}}
- @@ -280,33 +280,34 @@ @if ($accessory->notes) - -
+
+
{{ trans('general.notes') }}
-
+
{!! nl2br(e($accessory->notes)) !!}
+
@endif
-
+
{{ trans('admin/accessories/general.remaining') }}
-
+
{{ $accessory->numRemaining() }}
-
+
{{ trans('general.checked_out') }}
-
+
{{ $accessory->users_count }}