X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/447fef40cf9b213ec4c019cc84be5597c26edcb9..8368f903101031389c7153623c8858a7a6f2de84:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f22450cea..83ae35680 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1820,6 +1820,19 @@ tr.turn:hover { display: inline-block; margin-left: $lineheight / 2; vertical-align: middle; + + p { + margin-top: $lineheight * 0.5; + margin-bottom: $lineheight * 0.5; + + &:first-child { + margin-top: 0px; + } + + &:last-child { + margin-bottom: 0px; + } + } } }