From bc259fc3a571d692dd824fa566f47a49aaf75492 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Wed, 25 Apr 2018 09:40:10 +0200 Subject: [PATCH] Add padding the correct way --- css/questionset.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/questionset.css b/css/questionset.css index 8f089a6..bb3ddd2 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -180,7 +180,8 @@ .questionset-results button.h5p-button.qs-solutionbutton:before { font-family: 'H5PFontAwesome4'; - content: "\f06e "; /* TODO: Use margin not whitespace, spacing is not content! */ + padding-right: 0.5em; + content: "\f06e"; } .video-container {