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