From 6a3371b9a889ea41de486218acf72d3ace5a28b0 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Tue, 5 Dec 2017 10:35:23 +0100 Subject: [PATCH] Use margin instead of space to keep icon next to link --- sass/_theme_rst.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 2e179164..7e69fa94 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -37,10 +37,11 @@ // Style external links a.reference.external:after font-family: FontAwesome - content: " \f08e " + content: "\f08e" color: $text-light vertical-align: super font-size: 60% + margin: 0 0.2em // For the most part, its safe to assume that sphinx wants you to use a blockquote as an indent. It gets // used in many different ways, so don't assume you can apply some fancy style, just leave it be.