Skip to content

Commit 5b3ca28

Browse files
committed
Fix centering
1 parent b7c5c80 commit 5b3ca28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/Print.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,7 @@ public static function AdminSharedDevices()
36513651
) AS subquery
36523652
"));
36533653

3654-
echo '<div class="row" style="justify-content: center;">';
3654+
echo '<div class="row" style="display: flex; justify-content: center;">';
36553655
printAdminPanel('primary', 'fa fa-laptop fa-5x', $totalMultiUser, 'Hardware with Multiple Users');
36563656
printAdminPanel('success', 'fa fa-check fa-5x', $approvedCount, 'Approved Shared Devices');
36573657
printAdminPanel('warning', 'fa fa-exclamation-triangle fa-5x', $totalMultiUser - $approvedCount, 'Unapproved Devices');

0 commit comments

Comments
 (0)