diff options
author | Clemens <cle1000.cb@gmail.com> | 2016-08-09 20:45:36 +0200 |
---|---|---|
committer | Clemens <cle1000.cb@gmail.com> | 2016-08-09 20:45:36 +0200 |
commit | 6397c4d02f10dc68d7f8db3b0ad421ab6e2876b3 (patch) | |
tree | 10f160a5531d6b2d9df757d6a653034e9e9b0bb1 /web/src | |
parent | b27e456ce2150d638b4eef73703da8a30722d392 (diff) | |
download | mitmproxy-6397c4d02f10dc68d7f8db3b0ad421ab6e2876b3.tar.gz mitmproxy-6397c4d02f10dc68d7f8db3b0ad421ab6e2876b3.tar.bz2 mitmproxy-6397c4d02f10dc68d7f8db3b0ad421ab6e2876b3.zip |
fix css bug
Diffstat (limited to 'web/src')
-rw-r--r-- | web/src/css/flowdetail.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index 22c6e4ae..b6a7102b 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -28,7 +28,7 @@ } } - section.detail section.error{ + section.detail, section.error{ overflow: auto; padding: 5px 12px 0; } |