summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-28 11:27:44 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-08-30 11:33:17 +0200
commitaf0b16652ad4200603b8fd4a1ff532f2f9bc7314 (patch)
treefd7ecc36bd6b756c903a1c6c2bf2acc10c078f67
parent43ba967b0556e2ff01526ff8298f015ec77830f6 (diff)
downloadgitlab-ce-37058-readme-md-header-image-scale-not-limited.tar.gz
max-width for lazy-loaded images (this was removed in the original MR through merge resolution most probably)37058-readme-md-header-image-scale-not-limited
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 71eec0e1a5e..a1f650ce0f2 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -26,6 +26,7 @@
min-width: inherit;
min-height: inherit;
background-color: inherit;
+ max-width: 100%;
}
p a:not(.no-attachment-icon) img {