diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-18 12:23:22 -0200 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2015-02-19 16:41:24 -0200 |
commit | 5167d58988b80df912e391f7ef3044494f3263eb (patch) | |
tree | 2b16a0e6e01b6610d688ba3b38496a8005dbdc0c /web-ui/app/scss | |
parent | 63f74d2d9bcc85cff2fea92e80f49774bef5e6bf (diff) |
#239 Adding some extra padding to the tag list so larger types won't break the interaction
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 18ab92d4..b72fe73f 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -269,6 +269,9 @@ section { } ul#default-tag-list { + span { + padding-left: 2px; + } li { padding: 5px 10px 5px 16px; position: relative; |