Commit 8ae1a585 authored by Filipa Lacerda's avatar Filipa Lacerda

Define width as max-width to allow svgs to scale in smaller screens

parent 519ffec4
...@@ -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