changeset 2845:7cd708b98239

client: search: fix searchbar linebreak issue on small screens
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Mar 2019 12:18:40 +0100
parents 77cef49d93ca
children b42d10120cad
files client/src/components/Search.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Search.vue	Thu Mar 28 11:53:19 2019 +0100
+++ b/client/src/components/Search.vue	Thu Mar 28 12:18:40 2019 +0100
@@ -74,6 +74,7 @@
 <style lang="scss" scoped>
 .searchcontainer {
   opacity: 0.96;
+  width: 663px;
 }
 
 .searchcontainer .searchbar {
@@ -82,8 +83,7 @@
 }
 
 .searchgroup {
-  margin-left: -3px;
-  width: 630px;
+  width: 631px;
   overflow: hidden;
 }