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; + } } } }