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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-08 16:40:31 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-08 16:40:31 +0300
commitba564a09d73dce3a6696dfeb55e78648ae23e627 (patch)
treee48a59bb3471e7d219a65520e4583d375f023da7 /app/assets/stylesheets/pages/issuable.scss
parenta982a45349d092846d75892195e2f1be780741e5 (diff)
parentad27e799b737f9d6aeef703315e4a32ba7925d8f (diff)
Merge branch '32720-emoji-spacing' into 'master'
32720 Create equal spacing between emoji buttons and remove unnecessary margin-bottom Closes #32720 See merge request !11889
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 75e0cd6eaa6..b3f310ff67d 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -58,7 +58,7 @@
}
.emoji-block {
- padding: 10px 0 4px;
+ padding: 10px 0;
}
}