diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-13 23:06:43 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-13 23:06:43 -0400 |
commit | 8979a69e1dfd78cc96f9b6efd111c9d8cf92e120 (patch) | |
tree | b57833a0722101a0563fa0bea802fa12c475d454 /coverage/htmlfiles/style.scss | |
parent | 72d851501d226b847949cb96cc7d3025f6eeba62 (diff) | |
download | python-coveragepy-git-8979a69e1dfd78cc96f9b6efd111c9d8cf92e120.tar.gz |
fix: correct slight mis-layout of the hotkey panels
Diffstat (limited to 'coverage/htmlfiles/style.scss')
-rw-r--r-- | coverage/htmlfiles/style.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 158d1fb4..39432340 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -305,7 +305,7 @@ h2.stats { .help_panel { @extend %popup; - padding: .5em; + padding: .75em; border: 1px solid #883; .legend { @@ -314,13 +314,13 @@ h2.stats { } .indexfile & { - width: 20em; - min-height: 4em; + width: 25em; + //min-height: 4em; } .pyfile & { - width: 16em; - min-height: 8em; + width: 18em; + //min-height: 8em; } } @@ -330,7 +330,7 @@ h2.stats { } .keyhelp { - margin: .75em; + margin-top: .75em; .key { border: 1px solid black; |