Skip to content

Commit

Permalink
fix(flag): fixing display on Safari browser by adding default width a…
Browse files Browse the repository at this point in the history
…nd height
  • Loading branch information
manoncarbonnel authored and dpellier committed Oct 26, 2023
1 parent 55f3a2a commit 498708c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
.flag {
&__svg {
display: flex;
width: 100%;
height: 100%;

&--default {
background: var(--ods-color-gray-200);
width: 100%;
height: 100%;
}
}
}

0 comments on commit 498708c

Please sign in to comment.