From 20527c4d6f60dc1b4a8b0060c76086da0d7bc11f Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 17 Mar 2015 14:41:41 -0300 Subject: Fixing the default tags label alignment by changing one character after 2 hours of work. <3 CSS <3 --- web-ui/app/scss/styles.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index c6b94923..8e358788 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -299,12 +299,17 @@ section { &:before { font-size: 1.5em; font-family: "FontAwesome"; - margin-right: 13px; + margin-right: 16px; font-weight: normal; position: relative; top: 2px; margin-left: -3px; } + + &:after { + padding-left: 10px; + } + &:nth-child(1) { &:before { content: "\f01c"; -- cgit v1.2.3