Fix diagram venv box location
The repair step isn't done inside the test venv.
This commit is contained in:
+3
-3
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="grid-column-label"
|
<div class="grid-column-label"
|
||||||
style="grid-row: 2 / span 1;
|
style="grid-row: 2 / span 1;
|
||||||
grid-column: 8 / -3;
|
grid-column: 9 / -3;
|
||||||
margin-bottom: 0.5em;">
|
margin-bottom: 0.5em;">
|
||||||
<div class="label">If tests are configured</div>
|
<div class="label">If tests are configured</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
}
|
}
|
||||||
.grid-column-label .label {
|
.grid-column-label .label {
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
padding: 0 2em;
|
padding: 0 1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.grid-row-label {
|
.grid-row-label {
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
grid-column: 3 / -2;
|
grid-column: 3 / -2;
|
||||||
}
|
}
|
||||||
.grid-outline.testVenv {
|
.grid-outline.testVenv {
|
||||||
grid-column: 8 / span 4;
|
grid-column: 9 / span 3;
|
||||||
}
|
}
|
||||||
.grid-outline .outline {
|
.grid-outline .outline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user