diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-18 23:24:54 -0200 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2015-02-19 16:41:25 -0200 |
commit | 46de90deddd264dc8c301916e3f139d74bbbcc76 (patch) | |
tree | ea8059f6f9270cb7822b2654cd8584b4680e50b1 /web-ui | |
parent | 06796d31187ef3bb9da73a8674ecf1cb887db685 (diff) |
#239 Aligning default tag icons with their respective labels
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/styles.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index b72fe73f..b8fa7494 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -282,6 +282,8 @@ section { font-family: "FontAwesome"; margin-right: 13px; font-weight: normal; + position: relative; + top: 2px; } &:nth-child(1) { &:before { |