Skip to content
Snippets Groups Projects
Verified Commit 8ae1a585 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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

parent 519ffec4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -25,7 +25,7 @@
&.svg-#{$width} {
img,
svg {
width: #{$width + 'px'};
max-width: #{$width + 'px'};
}
}
}
Loading
Loading
---
title: Fixes SVGs for empty states in job page overflowing on mobile
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment