From e017346341ea1d18eeaa97222e9735b75c908580 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Tue, 12 May 2020 09:08:38 +0200 Subject: [PATCH] Improve marker placement in list edit view --- templates/layout.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 8365267..4161d3b 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -61,7 +61,10 @@ width: 6px; height: 6px; display: inline-block; - margin-right: 4px; + margin-right: 12px; + flex-shrink: 0; + align-self: baseline; + margin-top: 10px; } textarea {