changeset 3300:e37b8afd7bd9

client: map popup: fixed margins
author Markus Kottlaender <markus@intevation.de>
date Thu, 16 May 2019 16:47:19 +0200
parents ef52926ce2fc
children 6514b943654e
files client/src/components/map/MapPopup.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/MapPopup.vue	Thu May 16 16:37:21 2019 +0200
+++ b/client/src/components/map/MapPopup.vue	Thu May 16 16:47:19 2019 +0200
@@ -1,9 +1,9 @@
 <template>
   <div class="map-popup rounded" ref="map-popup">
     <UIBoxHeader :title="title" :closeCallback="close" small />
-    <div class="p-1 small text-nowrap">
+    <div class="p-1 small text-nowrap" style="margin-top: -0.25rem">
       <div
-        class="d-flex flex-nowrap justify-content-between align-items-center"
+        class="d-flex flex-nowrap justify-content-between align-items-center mt-1"
         v-if="bottlenecks.length"
         v-for="bottleneck in bottlenecks"
         :key="bottleneck.get('objnam')"