diff --git a/src/components/Analysis/ProfileComparator/ProfileComparator.tsx b/src/components/Analysis/ProfileComparator/ProfileComparator.tsx index 3ff398827566cb7b9534ee5d64ee515fe7107730..097182f98140b37fec2dbdff4832420a079efe12 100644 --- a/src/components/Analysis/ProfileComparator/ProfileComparator.tsx +++ b/src/components/Analysis/ProfileComparator/ProfileComparator.tsx @@ -142,7 +142,7 @@ const ProfileComparator = ({ > {t('analysis.accessibility.button_go_to_profil')} </Button> - <StyledIcon icon={PlaceHolderIcon} width="100%" height="60%" /> + <StyledIcon icon={PlaceHolderIcon} height={150} /> </div> ) diff --git a/src/components/Analysis/ProfileComparator/__snapshots__/ProfileComparator.spec.tsx.snap b/src/components/Analysis/ProfileComparator/__snapshots__/ProfileComparator.spec.tsx.snap index 40897d20f9d65accdadbbc1b929458ef5a404575..bf328e562fc59ee28024e3c48c951869eb4cbc26 100644 --- a/src/components/Analysis/ProfileComparator/__snapshots__/ProfileComparator.spec.tsx.snap +++ b/src/components/Analysis/ProfileComparator/__snapshots__/ProfileComparator.spec.tsx.snap @@ -49,8 +49,8 @@ exports[`AnalysisConsumption component should be rendered correctly with profile <svg aria-hidden="true" class="styles__icon___23x3R" - height="60%" - width="100%" + height="150" + width="16" > <use xlink:href="#test-file-stub" diff --git a/src/components/Analysis/ProfileComparator/profileComparator.scss b/src/components/Analysis/ProfileComparator/profileComparator.scss index 266ca39cea142d2df12dacd3c4dca7b43c1cdee4..3b5d0afcdcc8d31e2303fd22013925b4a4f2a7e9 100644 --- a/src/components/Analysis/ProfileComparator/profileComparator.scss +++ b/src/components/Analysis/ProfileComparator/profileComparator.scss @@ -65,4 +65,8 @@ button { max-width: $width-small-phone; } + + svg { + width: 100%; + } }