Skip to content

Commit edeacad

Browse files
Removed redundant 100% height div wrappers
1 parent e8f8497 commit edeacad

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<div class="map-container">
2-
<div class="map-frame">
3-
<div class="map" id="{{mapId}}"></div>
4-
</div>
5-
</div>
1+
<div class="map" id="{{mapId}}"></div>
Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
2-
3-
.map-container {
4-
height: 100%;
5-
}
6-
7-
.map-frame {
8-
height: 100%;
9-
}
10-
11-
.map {
12-
height: 100%;
13-
}
1+
.map {
2+
height: 100%;
3+
}

0 commit comments

Comments
 (0)