From 67f6686b81a861bffa0a44d7f3a038a1850ae689 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Thu, 8 Apr 2021 14:37:53 +0200
Subject: [PATCH] =?UTF-8?q?justering=20av=20padding=20for=20s=C3=B8kebokse?=
 =?UTF-8?q?n=20s=C3=A5=20den=20kommer=20p=C3=A5=20linje=20med=20artiklene?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/Autocomplete.vue   | 4 ++--
 src/components/DictionaryView.vue | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Autocomplete.vue b/src/components/Autocomplete.vue
index f2c58ae1..70842439 100644
--- a/src/components/Autocomplete.vue
+++ b/src/components/Autocomplete.vue
@@ -110,7 +110,7 @@
   }
 
   .autocomplete-container {
-    padding-left: 15px;
-    padding-right: 15px;
+    padding-left: 10px;
+    padding-right: 10px;
   }
 </style>
diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 4866ab5f..da21bfdb 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -354,7 +354,7 @@ div.monthly details, div.monthly h3 {
 }
 
 .lang_select_container {
-  padding-left: 15px;
+  padding-left: 10px;
 }
 
 li.suggestion {
-- 
GitLab