mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40: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>
|
||||
</ba-card>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.google-maps {
|
||||
//TODO: hotfix
|
||||
height: 320px;
|
||||
width: 100%;
|
||||
height: calc(100vh - 283px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue