From a9721381652ef70efaff0d6e9591be16086f89e0 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Wed, 29 Dec 2021 11:51:08 +0100
Subject: [PATCH] typo

---
 src/components/InflectionButton.vue | 2 +-
 src/components/SearchResults.vue    | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/InflectionButton.vue b/src/components/InflectionButton.vue
index 3a9a4226..efe2f1ec 100644
--- a/src/components/InflectionButton.vue
+++ b/src/components/InflectionButton.vue
@@ -175,7 +175,7 @@ th {
     vertical-align: top;
 }
 
-article:not(.righ_hand_column) .inflection-canvas {
+article:not(.right_hand_column) .inflection-canvas {
   left: -35px;
 }
 
diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue
index 3daf9726..6f8c96a7 100644
--- a/src/components/SearchResults.vue
+++ b/src/components/SearchResults.vue
@@ -119,7 +119,8 @@ export default {
   }
 
   .hits {
-    margin-top:0px;
+    min-width: 50%;
+
   }
 
   .flex-container {
@@ -142,7 +143,7 @@ export default {
   }
 
 
-  article.righ_hand_column div.inflection-wrapper {
+  article.right_hand_column div.inflection-wrapper {
     right: -35px;
   }
 
-- 
GitLab