From 9fa6e34838a4179341120abc19c6a7ada22df480 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 27 Sep 2021 15:36:06 +0200 Subject: [PATCH] Remove unnecessary styling --- src/components/DictionaryView.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index f3c25a50..51cc78e0 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -463,8 +463,4 @@ li.suggestion { color: var(--v-primary-base) !important; } -.choose > .nav_arrow { - vertical-align: -30% !important; -} - </style> -- GitLab