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.
This commit is contained in:
Martin
2022-01-06 15:58:12 +01:00
committed by GitHub
parent 6d95be5a67
commit 4696b7fc3d

View File

@@ -1,6 +1,6 @@
<div class="container-fluid" style="padding-left: 0; padding-right: 0;">
@foreach($actions as $row)
<div class="row" style="padding-bottom: 5px">
<div>
@foreach($row as $action)
@include('device.action-icon', $action)
@endforeach