From 1186fba725f3da468f8834a9b44d58993a7d86d4 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 30 Nov 2020 23:21:36 +0100
Subject: [PATCH] [cosmetics] Remove scrollbar on main menu

---
 client/src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/App.vue b/client/src/App.vue
index 5556ae38..82c9bf33 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -157,7 +157,7 @@ table
   padding: 0 10px 0 0
   height: 100%
   & > span
-    padding-right: 5px
+    padding: 0 5px 0 0
     vertical-align: middle
   & > img
     padding: 0
-- 
2.44.0