From 8423b682152b159b7c56b8ae5f27cb77a77043ee Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 19 Mar 2020 16:58:53 +0100
Subject: [PATCH] Tiny style improvement

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

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