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:
authorEric Eastwood <contact@ericeastwood.com>2017-08-28 23:11:34 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-08-29 20:03:22 +0300
commita0814a8dfb83f4f0acf74072623a2a4fea85f23f (patch)
tree31f84833c547e886a9ef9957a6943c7f3eb6ffe6 /app/assets/stylesheets/framework/typography.scss
parent6f0f65becbbe968bd26a5a3872044d7b8633bf2e (diff)
Better align fallback image emojis
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/37147
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 71eec0e1a5e..368cc71c5a6 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -10,7 +10,7 @@
color: $md-link-color;
}
- img {
+ img:not(.emoji) {
/*max-width: 100%;*/
margin: 0 0 8px;
}