summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/help.scss
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-21 10:24:00 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-27 09:16:07 -0600
commitc7b04841c0b742146d88c63b83f6ac4474e77e05 (patch)
treea7ffe29f706a3acf0abf9a7070c51b660fed4b6b /app/assets/stylesheets/pages/help.scss
parentf48f7760c26e681e3f8b011c7c4e2b6ccfc9c3f5 (diff)
downloadgitlab-ce-c7b04841c0b742146d88c63b83f6ac4474e77e05.tar.gz
Wrap images in divs with Banzai and limit max-height.image-sizing
Add max-height to prevent images from displaying larger than the provided screen size. Also fix a failing test and add a new one.
Diffstat (limited to 'app/assets/stylesheets/pages/help.scss')
-rw-r--r--app/assets/stylesheets/pages/help.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index 0b710ef168b..00ab42bec5c 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -63,5 +63,6 @@
border: 1px solid $table-border-gray;
padding: 5px;
margin: 5px;
+ max-height: calc(100vh - 100px);
}
}