From 7c93bcc48fec0cffba2a74f61967ed7ac897d187 Mon Sep 17 00:00:00 2001
From: Silvio Giebl <silvio.giebl@hivemq.com>
Date: Sun, 21 Jul 2019 22:38:41 +0200
Subject: [PATCH] Fixed css style

(cherry picked from commit e5f2a27f0d48d041a3d63001c0b13230a6afdf6b)
---
 _sass/search.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/search.scss b/_sass/search.scss
index c5af4e5c..3a6ad204 100644
--- a/_sass/search.scss
+++ b/_sass/search.scss
@@ -170,9 +170,9 @@
 
 .search-button {
   position: fixed;
-  display: flex;
   right: $sp-4;
   bottom: $sp-4;
+  display: flex;
   width: $sp-9;
   height: $sp-9;
   background-color: $search-background-color;
-- 
GitLab