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
This commit is contained in:
Phil Hughes 2017-08-16 14:19:37 +00:00
commit 9a9d70be49
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
border: 1px solid $white-normal;
padding: 5px;
max-height: calc(100vh - 100px);
max-width: 100%;
}
.emoji-block {