Commit 1fe4c0c6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-image-width' into 'master'

Blob refactor: Prevent image from overflowing parent

See merge request gitlab-org/gitlab!82489
parents 396e8154 a5d07ed3
......@@ -16,6 +16,6 @@ export default {
</script>
<template>
<div class="gl-text-center gl-p-7 gl-bg-gray-50">
<img :src="url" :alt="alt" data-testid="image" />
<img :src="url" :alt="alt" data-testid="image" class="gl-max-w-full" />
</div>
</template>
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