Sha256: 6caf6de36c107cf424ce3699d5cd27b7cfde3e89099ddbb9b07a0ca42261ecc9
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 Bytes
Contents
<div ng-controller='bettermap' ng-init="init()"> <style> .leaflet-label { color: #fff; } </style> <!-- This solution might work well for other panels that have trouble with heights --> <div style="padding-right:10px;padding-top:10px;height:{{panel.height|| row.height}};overflow:hidden"> <div bettermap id="{{$id}}" params="{{panel}}" style="height:100%"></div> </div> </div>
Version data entries
7 entries across 7 versions & 1 rubygems