This commit is contained in:
+2
-3
@@ -268,7 +268,7 @@ li:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.statistics-container {
|
.statistics-container {
|
||||||
width: min(900px, calc(100% - 40px));
|
width: min(1800px, calc(100% - 40px));
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 28px 0 48px;
|
padding: 28px 0 48px;
|
||||||
}
|
}
|
||||||
@@ -333,13 +333,12 @@ li:hover {
|
|||||||
|
|
||||||
.issue-plot-frame {
|
.issue-plot-frame {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 460px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue-plot-canvas {
|
#issue-plot-canvas {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 460px;
|
height: max(460px, calc(100vh - 260px));
|
||||||
}
|
}
|
||||||
|
|
||||||
.issue-plot-tooltip {
|
.issue-plot-tooltip {
|
||||||
|
|||||||
Reference in New Issue
Block a user