Skip to content

Commit 13b3b81

Browse files
author
Will Morgan
committed
Merge pull request BetterBrief#4 from dhensby/patch-1
FIX Slight amend to CSS for CMS sizing
2 parents f6199c4 + 87bab69 commit 13b3b81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css/GoogleMapField.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
position: relative;
33
}
44
.googlemapfield-map {
5-
width: 640px;
5+
width: 100%;
66
height: 480px;
77
border: 1px solid #b3b3b3;
8-
margin-top: 16px;
8+
margin-top: 8px;
9+
box-sizing: border-box;
10+
max-width: 512px;
911
}

0 commit comments

Comments
 (0)