Skip to content

Commit

Permalink
fix(map): add display block 🤦‍♂️
Browse files Browse the repository at this point in the history
fix #11
  • Loading branch information
Wykks committed Jan 10, 2018
1 parent 01a864a commit 9f40d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/lib/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ declare global {
selector: 'mgl-map',
template: '<div #container></div>',
styles: [`
:host {
display: block;
}
div {
height: 100%;
width: 100%;
Expand Down

0 comments on commit 9f40d12

Please sign in to comment.