changeset 771:6d214b3bed35

client: improve identify box' dynamic sizing
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 26 Sep 2018 09:46:07 +0200
parents c12ec7fde3f2
children 990a9d85ac6c
files client/src/layers/Identify.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/layers/Identify.vue	Wed Sep 26 09:13:29 2018 +0200
+++ b/client/src/layers/Identify.vue	Wed Sep 26 09:46:07 2018 +0200
@@ -42,7 +42,7 @@
 }
 
 .identifyexpanded {
-  height: $identify-height;
+  min-height: $identify-height;
   width: $identify-width;
 }