From 1fdf0ff71ab628fc03c854265fba9f887a2b686e Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Mon, 3 Jan 2022 11:44:42 +0100
Subject: [PATCH] add padding to return button

---
 src/components/DictionaryView.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 097bd6ab..0fbb3d15 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -641,6 +641,7 @@ li.suggestion {
 }
 
 .return_to_results {
+  padding-left: 10px;
   padding-top: 10px;
   display: table-cell;
 }
-- 
GitLab