line maps fixes

This commit is contained in:
nixa 2016-05-06 18:31:16 +03:00
parent e62b6d7ae1
commit ad19b36dde
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -1,4 +1,4 @@
.line-maps { #map-lines {
//TODO: hotfix width: 100%;
height: 320px; height: calc(100vh - 283px);
} }