mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user