Dashboard: Minor bug fixes (#7597)

* Dashboard: Minor bug fixes

* Update dashboard_edit.php

* Update index.php

* Update device_keys.php

* Update domain_limits.php
This commit is contained in:
Alex
2025-10-27 13:15:12 -07:00
committed by GitHub
parent 4eac9f51ee
commit 5bad1703b7
5 changed files with 19 additions and 8 deletions

View File

@@ -428,7 +428,7 @@
//show the content
echo "<div class='hud_box'>";
echo "<div class='hud_content' style='display: block;'>\n";
echo "<div class='hud_content' style='display: block; overflow-x: auto;'>\n";
echo " <div class='action_bar sub'>\n";
echo " <div class='heading' style='padding-left: 5px;'><b>".escape($widget_label)."</b></div>\n";
echo " <div class='actions' style='padding-top: 2px;'>\n";