From 82b69350c7c6b491b3295f55a27e3cafbe65fe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 25 Sep 2018 11:09:52 +0200 Subject: [PATCH] fixed width of find-div --- server/public/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 2396cdf3..189da0a7 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -1130,7 +1130,7 @@ margin:-1px; position: absolute; background: #282828; z-index: 2; - width: 100%; + width: calc(100% - 22px); padding: 0 15px; top: 0; color: white;