summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-16 14:19:37 +0000
committerPhil Hughes <me@iamphill.com>2017-08-16 14:19:37 +0000
commit9a9d70be49eda84e17f34f22c86dd18dbb5b1eec (patch)
tree7c21a7b72c85d85dc9cd1b3de1a2495b112def45
parent36b6722c1ac2a81a47951d99c4353eb9f2aa6f05 (diff)
parent0da7eba850eb475d26b404849890dca68ca21968 (diff)
downloadgitlab-ce-9a9d70be49eda84e17f34f22c86dd18dbb5b1eec.tar.gz
Merge branch '36442-images-in-issue-descriptions-no-longer-scale-to-the-width-of-their-container' into 'master'
Resolve "Images in issue descriptions no longer scale to the width of their container" Closes #36442 See merge request !13586
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 87eaf27663f..1dac38f2b6d 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -81,6 +81,7 @@
border: 1px solid $white-normal;
padding: 5px;
max-height: calc(100vh - 100px);
+ max-width: 100%;
}
.emoji-block {