diff client/src/components/identify/Identify.vue @ 4277:12398df5f414

Identify_tool: fixed nesting of divs which prevented infos from beeing shown
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 29 Aug 2019 09:25:53 +0200
parents e4d6c6339cb4
children 30f26bf7ff24
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Wed Aug 28 19:02:39 2019 +0200
+++ b/client/src/components/identify/Identify.vue	Thu Aug 29 09:25:53 2019 +0200
@@ -98,6 +98,8 @@
                 {{ forecastVsReality(feature) }}
               </small>
             </div>
+          </div>
+          <div>
             <small
               v-for="prop in featureProps(feature)"
               :key="prop.key"