From: Andy Allan Date: Wed, 6 Sep 2023 17:22:58 +0000 (+0100) Subject: Remove unnecessary paragraph margin override on diary comments X-Git-Tag: live~1000^2~8 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/79868aeae7c0023e510d446cb4efb890da644917 Remove unnecessary paragraph margin override on diary comments --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 2cd357845..ec037aafc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1038,9 +1038,6 @@ tr.turn:hover { &:first-child { border-top: 1px solid $grey; } - p { - margin-bottom: $lineheight/2; - } } }