diff options
Diffstat (limited to 'html/display_panel/content/panel-styles.css')
-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 502323f..0eb6490 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -111,9 +111,8 @@ button:disabled { button.toggle-source { color: #004; - margin-right: .5em; - width: 4em; - overflow: hide; + width: 5em; + text-align:center; } pre.source { |