From 4696b7fc3d769d72e9668646f8bff9eb3501bd02 Mon Sep 17 00:00:00 2001 From: Martin <10722552+efelon@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:58:12 +0100 Subject: [PATCH] Fix horizontal scrollbar in device list always visible (#13653) Rearranging the action icons introduced an overflow which forced the horizontal scrollbar to be always visible. --- resources/views/device/actions.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/device/actions.blade.php b/resources/views/device/actions.blade.php index d008f7301a..4104cf06a1 100644 --- a/resources/views/device/actions.blade.php +++ b/resources/views/device/actions.blade.php @@ -1,6 +1,6 @@
@foreach($actions as $row) -
+
@foreach($row as $action) @include('device.action-icon', $action) @endforeach