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:
authorMartin Wortschack <mwortschack@gitlab.com>2018-08-26 18:26:50 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2018-08-26 18:27:18 +0300
commit290512db5b09d67447b7c984fc47f1c896400885 (patch)
tree402dd2b8f72c6ca6e8edc2dff9f55af199007115 /app/assets/stylesheets/pages/issuable.scss
parent77ca5b4f12c6b930afb08b313b85233852e85f8d (diff)
set margin for user status emoji globally
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 0a73f0877ff..65dbac0d7aa 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -704,11 +704,6 @@
.user-status-emoji {
margin: 0 $gl-padding-8 0 $gl-padding-4;
-
- gl-emoji {
- font-size: 1em;
- line-height: 16px;
- }
}
}