diff options
author | tauriedavis <taurie@gitlab.com> | 2017-06-07 08:58:48 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-06-07 12:30:13 -0700 |
commit | ad27e799b737f9d6aeef703315e4a32ba7925d8f (patch) | |
tree | 37576f78851537221690fdac0f4903f1434b71fc /app/assets/stylesheets | |
parent | b4bef24b462e8cd3ca39cfc64694008130b446c6 (diff) | |
download | gitlab-ce-ad27e799b737f9d6aeef703315e4a32ba7925d8f.tar.gz |
remove extra space on thumbs emoji buttons32720-emoji-spacing
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/awards.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss index b4069a6d8e3..19166757e64 100644 --- a/app/assets/stylesheets/framework/awards.scss +++ b/app/assets/stylesheets/framework/awards.scss @@ -1,4 +1,7 @@ .awards { + display: flex; + flex-wrap: wrap; + .emoji-icon { width: 20px; height: 20px; @@ -110,6 +113,8 @@ margin: 4px 8px 4px 0; outline: 0; position: relative; + display: block; + float: left; &.disabled { cursor: default; |