changeset 899:038ba806f323

fix: typo
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 16:07:12 +0200
parents b3c18ced286c
children 62a30a78ac2f
files client/src/application/Morphtool.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Morphtool.vue	Tue Oct 02 16:03:24 2018 +0200
+++ b/client/src/application/Morphtool.vue	Tue Oct 02 16:07:12 2018 +0200
@@ -1,6 +1,6 @@
 <template>
     <div v-if="selectedBottleneck || selectedMorph" class="morphcontainer">
-        <div v-if="surveyList && !drawmode" class="ui-element card card-body shadow">
+        <div v-if="surveyList && !drawMode" class="ui-element card card-body shadow">
             <div class="headline">
                 <h4>{{selectedBottleneck.get("objnam")}}</h4>
                 <hr>
@@ -32,7 +32,7 @@
 .morphcontainer {
   margin-bottom: $offset;
   margin-left: auto;
-  margin-right: auto;
+  margin-right: $large-offset + $icon-width;
   border-radius: $border-radius;
 }
 .surveylist {