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