From 861551a6b90afdee3f6a198430c012ac4e0f96eb Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Mon, 28 Oct 2019 15:34:54 +0100
Subject: [PATCH] more space for labels in detail view

---
 css/style.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index 2a99919..9530d3d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -735,14 +735,17 @@ svg {
   display: flex;
   flex-wrap: nowrap;
   margin-bottom: 20px;
+  left: -30px;
+  position: relative;
 }
 
 .detail .entry.wide {
   flex-direction: column;
+  left: 0px;
 }
 
 .detail .entry.column .label {
-  width: 130px;
+  width: 160px;
   padding-right: 10px;
   flex: none;
   text-align: right;
-- 
GitLab