From 5096d4b75925eb7ed518cef4000e121d15065be3 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Wed, 17 Nov 2021 11:48:55 +0100 Subject: [PATCH] add top padding --- src/components/DictionaryView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 5540bf23..d39ffe13 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -541,6 +541,7 @@ div.monthly details, div.monthly h3 { padding-left: 10px; padding-right: 10px; padding-bottom: 0px; + padding-top: 10px; } li.suggestion { -- GitLab