From 825920b59e05171997ff868fc3d41b15c170870a Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 5 Feb 2018 10:49:58 +0100 Subject: [PATCH] Increase width of the add/del bar --- web/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/style.css b/web/static/style.css index b1a3cd6..2b615ec 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -33,6 +33,10 @@ table.changes > tbody > tr > td:first-child { padding-right: 1em; } +table.changes > tbody > tr > td:nth-child(2) { + width: 3em; +} + .additions { background-color: green; }