From dda0ea58ed1bbc0daf136b3865cf36e1707c158a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 31 Mar 2020 13:24:44 +0200 Subject: [PATCH] style: add style to have text action links in lists (#41192) --- gadjo/static/css/gadjo.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index b977d74..29a6d50 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -704,12 +704,14 @@ ul.objects-list.single-links li a { display: block; border: none; padding: 0 0.5ex 0 2ex; - &.link-action-icon, &.delete { + &.link-action-icon, &.link-action-text, &.delete { height: 100%; position: absolute; right: 0; padding-right: 2ex; top: 0; + } + &.link-action-icon, &.delete { width: 1em; overflow: hidden; &::before {