Merge pull request #1274 from pypa/diagram-fix

This commit is contained in:
Joe Rickerby
2022-09-25 08:32:16 +01:00
committed by GitHub
3 changed files with 55 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 67 KiB

+3 -3
View File
@@ -29,7 +29,7 @@
</div>
<div class="grid-column-label"
style="grid-row: 2 / span 1;
grid-column: 8 / -3;
grid-column: 9 / -3;
margin-bottom: 0.5em;">
<div class="label">If tests are configured</div>
</div>
@@ -382,7 +382,7 @@
}
.grid-column-label .label {
background: #fcfcfc;
padding: 0 2em;
padding: 0 1em;
position: relative;
}
.grid-row-label {
@@ -420,7 +420,7 @@
grid-column: 3 / -2;
}
.grid-outline.testVenv {
grid-column: 8 / span 4;
grid-column: 9 / span 3;
}
.grid-outline .outline {
position: absolute;