mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
google maps page styles fixes
This commit is contained in:
parent
07668dbbc2
commit
dfdcda70c6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
<ba-card title="Google Maps" baCardClass="popular-app medium-card" class="viewport100">
|
<ba-card title="Google Maps">
|
||||||
<div class="google-maps"></div>
|
<div class="google-maps"></div>
|
||||||
</ba-card>
|
</ba-card>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.google-maps {
|
.google-maps {
|
||||||
//TODO: hotfix
|
width: 100%;
|
||||||
height: 320px;
|
height: calc(100vh - 283px);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue