From 4530f6e3e4a327f5adf348f1cb69fd1ef0bd90f9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 9 Oct 2018 15:14:35 +0100 Subject: [PATCH] Make paragraph breaks more visible in changeset and note comments Fixes #2022 --- app/assets/stylesheets/common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3827a368a..56c4515d0 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1237,7 +1237,8 @@ tr.turn:hover { margin: $lineheight/2 0; p { - margin-left: 10px; + margin: 10px 6px 0 6px; + line-height: 1.5; } } -- 2.43.2