Skip to content

Commit 6e9debd

Browse files
committed
MC-3576: Map implementation
- Added supporting map styles
1 parent 60d10ef commit 6e9debd

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/map

1 file changed

+5
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/map/_default.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
.pagebuilder-map > div:first-child {
1111
height: 300px;
1212
}
13+
[data-role='map'] {
14+
display: inline-block;
15+
height: 300px;
16+
width: 100%;
17+
}

0 commit comments

Comments
 (0)