MAPG-38 fix resultMap's border-radius

This commit is contained in:
Bence Pőcze 2020-05-21 12:18:17 +02:00
parent cb000a5887
commit 521229fc4b

View File

@ -114,6 +114,8 @@ div.buttonContainer.bottom {
#resultMap {
height: 70%;
width: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#resultInfo {