From: Tom Hughes Date: Thu, 9 Jan 2020 10:26:16 +0000 (+0000) Subject: Fix indentation of query results X-Git-Tag: live~2871 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ffb671b80d3f9105bfbb11ba9f4ef8cf5d0f262a?hp=--cc Fix indentation of query results --- ffb671b80d3f9105bfbb11ba9f4ef8cf5d0f262a diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index e660a0930..f85a94616 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1267,7 +1267,11 @@ tr.turn:hover { .query-results { display: none; - padding: 0 $lineheight $lineheight/2; + padding-bottom: $lineheight/2; + + h3 { + padding: 0 $lineheight; + } ul { li {