diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-16 12:43:45 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-16 12:43:45 +0200 |
commit | 0da7eba850eb475d26b404849890dca68ca21968 (patch) | |
tree | 19dfb696dc3341670b9edfce4d76371a3aaf77c4 /app/assets | |
parent | 04f7f394d3825e3290f523dce28d42b7c87fc9bb (diff) | |
download | gitlab-ce-0da7eba850eb475d26b404849890dca68ca21968.tar.gz |
Set Description Image to max-width 100%36442-images-in-issue-descriptions-no-longer-scale-to-the-width-of-their-container
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 1 |
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 { |