mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user