changeset 5468:1cf9b043dca1

fix searchbar.
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 19 Jul 2021 17:12:19 +0200
parents df1b2c5ae541
children 5000f8e8a4f1
files client/src/components/Search.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Search.vue	Mon Jul 19 16:17:08 2021 +0200
+++ b/client/src/components/Search.vue	Mon Jul 19 17:12:19 2021 +0200
@@ -104,6 +104,7 @@
 }
 
 .searchgroupwidth {
+  min-width: 852px;
   max-width: 860px;
   transition: 0.1s;
   transition-timing-function: ease;