Commit e4e172a2 authored by Annabel Gray's avatar Annabel Gray

Merge branch '48145-illustration' into 'master'

Resolve "Job page illustration overflows on mobile"

Closes #48145

See merge request gitlab-org/gitlab-ce!21313
parents 3a2b1439 8ae1a585
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
&.svg-#{$width} { &.svg-#{$width} {
img, img,
svg { svg {
width: #{$width + 'px'}; max-width: #{$width + 'px'};
} }
} }
} }
......
---
title: Fixes SVGs for empty states in job page overflowing on mobile
merge_request:
author:
type: fixed
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