diff options
author | Ruben Rodriguez <ruben@fsf.org> | 2019-03-13 17:59:42 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@fsf.org> | 2019-03-13 17:59:42 -0400 |
commit | efb731c4a290d0472d3b8c776149e72c25995a81 (patch) | |
tree | 0cdaf8379b1e093a511277a4c7d575355becf959 /html | |
parent | 55469c349c3c47c882ee21348ba67780c8291003 (diff) |
Fixed width on button.toggle-source
Diffstat (limited to 'html')
-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 { |