Fix group map display

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-13 16:53:03 +01:00
parent 0a37719029
commit 63e7807f0d
2 changed files with 5 additions and 0 deletions

View File

@@ -1366,4 +1366,8 @@ div.container {
grid-template: 1fr;
}
}
.map {
height: 60vh;
width: 100%;
}
</style>