From: Tom Hughes Date: Tue, 9 Oct 2018 14:14:35 +0000 (+0100) Subject: Make paragraph breaks more visible in changeset and note comments X-Git-Tag: live~2849 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4530f6e3e4a327f5adf348f1cb69fd1ef0bd90f9?hp=-c Make paragraph breaks more visible in changeset and note comments Fixes #2022 --- 4530f6e3e4a327f5adf348f1cb69fd1ef0bd90f9 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; } }