diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-30 13:49:55 +0000 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-09-01 13:50:38 -0500 |
commit | 50dc419b05622bad569585fabee614e17b16a1cf (patch) | |
tree | e655986cad11edc80055326bd1ff65ab72bc0434 | |
parent | 11d9eafdaa752f91238c0318ed43edab62642b65 (diff) | |
download | gitlab-ce-50dc419b05622bad569585fabee614e17b16a1cf.tar.gz |
Merge branch '37058-readme-md-header-image-scale-not-limited' into 'master'
Resolve "README.md: Header image scale not limited"
Closes #37058, #37024, and #37230
See merge request !13869
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 91638e1cb6d..a532616ff43 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 { |