Skip to content

Commit

Permalink
fix google streetview pegman on universal (#805)
Browse files Browse the repository at this point in the history
A previous commit fixed this on the vertical-map
page template. We also need a fix for the map
on universal, which also uses the SDK's map component.

T=409037
TEST=manual, auto

see mr.pegman on universal
update the test-site's universal config to display a google
maps component
  • Loading branch information
oshi97 committed Jun 1, 2021
1 parent c03b0e4 commit b77e9f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions static/scss/answers/universalsectiontemplates/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
{
height: 300px;
border-bottom: var(--yxt-border-default);

img {
max-height: none;
}
}

&-items {
Expand Down
5 changes: 4 additions & 1 deletion test-site/config/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
},
"KM": {
"universalSectionTemplate": "grid-two-columns",
"cardType": "multilang-financial-professional-location"
"cardType": "multilang-financial-professional-location",
"mapConfig": {
"mapProvider": "Google"
}
}
}
}

0 comments on commit b77e9f2

Please sign in to comment.