From 3784a4fadd7b98f62f81b7c35e8c9ea8d5e461a1 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 18 Oct 2021 16:04:16 +0200 Subject: [PATCH] fix padding on return to results --- src/components/DictionaryView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 9441c69b..58ba0fa5 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -468,6 +468,7 @@ li.suggestion { } .return_to_results { + padding-top: 10px; display: table-cell; } -- GitLab