Skip to content

Commit 87bab69

Browse files
committed
FIX Slight amend to CSS for CMS sizing
I've changed the CSS so it's now mimicking the core CSS for the CMS.
1 parent f6199c4 commit 87bab69

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)