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