Commit db82cd71 authored by Simon Knox's avatar Simon Knox

Merge branch...

Merge branch '28601-have-gitlab-render-both-latex-and-images-correctly-in-jupyter-notebooks' into 'master'

Resize Jupyter Notebook output images to fit within the parent box

See merge request gitlab-org/gitlab!68654
parents 4dd52e7e 12032ed7
......@@ -77,3 +77,9 @@ export default {
</p>
</div>
</template>
<style>
.output img {
min-width: 0; /* https://www.w3.org/TR/css-flexbox-1/#min-size-auto */
}
</style>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment