diff options
Diffstat (limited to 'html/display_panel')
-rw-r--r-- | html/display_panel/content/panel-styles.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css index 3257192..6114307 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -114,9 +114,8 @@ button:disabled { button.toggle-source { color: #004; - margin-right: .5em; - width: 4em; - overflow: hide; + width: 5em; + text-align:center; } pre.source { |