Skip to content

Commit fe30bd6

Browse files
committed
make bootstrap like google maps a bit more
1 parent 76ee212 commit fe30bd6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/assets/css/bootstrap.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ img {
7373
-ms-interpolation-mode: bicubic;
7474
}
7575

76+
#map_canvas img {
77+
max-width: none;
78+
}
79+
7680
button,
7781
input,
7882
select,

less/reset.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ img {
8181
-ms-interpolation-mode: bicubic;
8282
}
8383

84+
// Prevent max-width from affecting Google Maps
85+
#map_canvas img {
86+
max-width: none;
87+
}
88+
8489
// Forms
8590
// -------------------------
8691

0 commit comments

Comments
 (0)