mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Fixed the display of the pie charts in the HTML output.
Pie charts could previously overlap the sections where they resided.
This commit is contained in:
parent
2ae221f511
commit
72975d548c
1 changed files with 3 additions and 1 deletions
|
@ -113,6 +113,7 @@
|
|||
body > div > div > div {{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 215px;
|
||||
}}
|
||||
table.git {{
|
||||
font-size: small;
|
||||
|
@ -158,7 +159,7 @@
|
|||
right: 0px;
|
||||
width: 40%;
|
||||
font-size: x-small;
|
||||
max-height: 240px;
|
||||
height: 210px;
|
||||
}}
|
||||
p.error {{
|
||||
color: #700;
|
||||
|
@ -171,6 +172,7 @@
|
|||
width: auto;
|
||||
padding: 0.5em;
|
||||
background-color: #ddcece;
|
||||
min-height: 0;
|
||||
}}
|
||||
table.git tfoot tr td.hover, div.hover {{
|
||||
background-color: #eddede;
|
||||
|
|
Loading…
Reference in a new issue