haute-garonne: reduce a tiny bit grid-1-2 width, for edge (#33205)

This commit is contained in:
Frédéric Péters 2019-06-05 17:52:30 +02:00
parent 6203e30953
commit 107c9d417c
1 changed files with 4 additions and 0 deletions

View File

@ -604,3 +604,7 @@ div.cell.foldable > div > h2:first-child::after {
div.cell.foldable.folded > div > h2:first-child::after {
content: "+";
}
.grid-1-2 { // Edge hack, https://dev.entrouvert.org/issues/33205
width: calc(50% - 1rem - 0.1px);
}