diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-22 07:58:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-22 07:58:03 +0200 |
| commit | b97f39d21423fb5be48283fe360760ea686d60bb (patch) | |
| tree | b4a77ce89dde3c91ba585d42adc807ac7e7da681 /res/client/css/style.css | |
| parent | 599b8148bac2f91d0d00b44f393bc082ae476212 (diff) | |
client: info/edge-info: prevent horizontal scroll bar
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 3a534dc5..c7ea9ec6 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -476,7 +476,7 @@ body.debug .debug-ui-right { -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); position: relative; - width: 250px; + width: 100%; padding: 12px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; |
