From b5750576270bdec2da15691c1fd664d1d3b10154 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Wed, 15 Dec 2021 20:58:05 +0100
Subject: [PATCH] fix inflection table scrolling

---
 src/components/InflectionButton.vue | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/components/InflectionButton.vue b/src/components/InflectionButton.vue
index 72c3e0b1..30450fa2 100644
--- a/src/components/InflectionButton.vue
+++ b/src/components/InflectionButton.vue
@@ -143,9 +143,7 @@ export default {
 
 .inflection-wrapper {
   color: var(--v-text-base);
-  width: min-content;
   font-size: 14px;
-  overflow-x: auto;
   margin-top: 10px;
 }
 
-- 
GitLab