summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-30 08:38:31 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-08-30 08:38:31 +0000
commit7839a5ec39ba5a990059b24036b0c46bf731eb42 (patch)
tree88cb09ec78769a2876ca1c5e2df64b920b837f85 /app
parentdacb63384506591c585e77b32468227739f2a034 (diff)
parent934d09698cce2f913d4ca36e4b5c223e1ea75e85 (diff)
downloadgitlab-ce-7839a5ec39ba5a990059b24036b0c46bf731eb42.tar.gz
Merge branch '37147-fix-fallback-emoji-alignment' into 'master'
Better align fallback image emojis Closes #37147 See merge request !13881
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/typography.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 71eec0e1a5e..b2423bc1a66 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -10,8 +10,7 @@
color: $md-link-color;
}
- img {
- /*max-width: 100%;*/
+ img:not(.emoji) {
margin: 0 0 8px;
}