From 2dc33daf7860e45bc8b98d2a477f020b1eaa3425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Jan 2019 14:04:11 +0100 Subject: [PATCH] portal agent: adjust display of search hit descriptions (#29389) --- data/themes/gadjo/static/css/agent-portal.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/themes/gadjo/static/css/agent-portal.scss b/data/themes/gadjo/static/css/agent-portal.scss index abd524ec..02da50eb 100644 --- a/data/themes/gadjo/static/css/agent-portal.scss +++ b/data/themes/gadjo/static/css/agent-portal.scss @@ -182,6 +182,11 @@ div.links-list { div { color: lighten($cell-entry-color, 20%); } + a + div { + padding-left: 1rem; + margin-top: -0.9rem; + padding-bottom: 0.5rem; + } } } }