Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-09-07 20:04:59 +0300
committertauriedavis <taurie@gitlab.com>2016-09-07 20:04:59 +0300
commit8a2b89f3ceedfba7d5b8ac196d2925d114b1cdeb (patch)
treeb19175c18db6d3601157d26de33c36f69993a04f /app/assets/stylesheets/pages/awards.scss
parent7da2dcc12dbc11ed9790d94861fc23f0962f331c (diff)
fix margin for multi-line emojis
Diffstat (limited to 'app/assets/stylesheets/pages/awards.scss')
-rw-r--r--app/assets/stylesheets/pages/awards.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/awards.scss b/app/assets/stylesheets/pages/awards.scss
index 188a4e193a6..447ba24b46b 100644
--- a/app/assets/stylesheets/pages/awards.scss
+++ b/app/assets/stylesheets/pages/awards.scss
@@ -93,6 +93,8 @@
}
.award-control {
+ margin-top: 3px;
+ margin-bottom: 3px;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;