Skip to content

Commit

Permalink
P#60599 Space for map is taken even when the map is not shown (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-le-esg authored Mar 28, 2022
1 parent c0f050c commit 50d421d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/onoffice_defaultview.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@
.oo-estate-map {
padding: 0 15px;
width: 100%;
height: 300px;
}

.oo-detailsmap {
position: relative;
height: auto;
}

.oo-detailsmap #map {
.oo-detailsmap #map, .oo-estate-map #map {
height: 300px !important;
}

Expand Down

0 comments on commit 50d421d

Please sign in to comment.