From 081698776e433fe81562b1a3d276331099858e36 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Wed, 15 Dec 2021 20:58:39 +0100 Subject: [PATCH] fix missing inflection button --- src/components/InflectionButton.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/InflectionButton.vue b/src/components/InflectionButton.vue index 30450fa2..4319b25c 100644 --- a/src/components/InflectionButton.vue +++ b/src/components/InflectionButton.vue @@ -147,9 +147,6 @@ export default { margin-top: 10px; } -#search_results .xs .inflection-wrapper, #search_results .sm .inflection-wrapper { - display: none; -} .context { color: var(--v-primary-lighten4) !important; -- GitLab