changeset 2553:99dc71e012ad

client: removed unnecessary html
author Markus Kottlaender <markus@intevation.de>
date Fri, 08 Mar 2019 10:05:36 +0100
parents 2d2b7fdc0c01
children cea572694617
files client/src/components/App.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/App.vue	Fri Mar 08 10:03:15 2019 +0100
+++ b/client/src/components/App.vue	Fri Mar 08 10:05:36 2019 +0100
@@ -28,7 +28,7 @@
       <Zoom v-if="isMapVisible"></Zoom>
       <Splitscreen v-if="isMapVisible" />
     </div>
-    <div class="d-flex flex-column"><router-view /></div>
+    <router-view />
     <vue-snotify></vue-snotify>
     <Popup />
   </div>