From 487e24a7cc089b4af60006bb05ee29890d763bb1 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 16 Jul 2018 16:35:37 +0200 Subject: [PATCH] grandlyon-sau: fix links arrow position (#25292) --- static/grandlyon-sau/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/grandlyon-sau/_custom.scss b/static/grandlyon-sau/_custom.scss index 997ca752..a2387225 100644 --- a/static/grandlyon-sau/_custom.scss +++ b/static/grandlyon-sau/_custom.scss @@ -134,6 +134,7 @@ div.cell > div { content: '\f105'; /* angle-right */ font-family: FontAwesome; margin-left: 0.75em; + width: auto; } } } -- 2.18.0