Decrease whitespace in the map popup.

This commit is contained in:
paul121 2021-10-22 10:01:03 -07:00 committed by Michael Stenta
parent fdf5097bc3
commit 64c6bacb89
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/* Remove the popup name margin. */
.farm-map .ol-popup-name {
margin: 0;
}

View File

@ -43,5 +43,8 @@ behavior_enable_side_panel:
behavior_popup:
js:
js/farmOS.map.behaviors.popup.js: { }
css:
theme:
css/map_popup.css: { }
dependencies:
- farm_map/farm_map