diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-10-22 11:03:01 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-10-22 11:03:01 -0500 |
commit | b0d5c049d41d9b92937306021ff7ea4bdd3f9f8b (patch) | |
tree | ecedf43dfcfd73dbca2079739471e273020f39c3 /html/display_panel/content/display-panel.html | |
parent | e2616cec722d22034159c8891682bd986989fd6f (diff) |
removed debug buttons from blocked scripts display screen
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index 8a456c8..5f5ed18 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -48,7 +48,7 @@ </div> </div> <div id="buttons" style="display:inline;" class="title-area"> - <table id="buttons_table"> + <table id="buttons_table" style="width: 80px;"> </table> </div> <div id="info"> |