From ffb671b80d3f9105bfbb11ba9f4ef8cf5d0f262a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Jan 2020 10:26:16 +0000 Subject: [PATCH] Fix indentation of query results --- app/assets/stylesheets/common.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.39.5