Skip to content

Commit

Permalink
Merge pull request #216 from deriv-com/shayan/ahmad/feq-2318/fix-svg-…
Browse files Browse the repository at this point in the history
…render-issue

fix: fixed icon issue
  • Loading branch information
shayan-deriv authored Jun 11, 2024
2 parents 9830c40 + a1fc021 commit f454c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/base/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
*/
*:where(
:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
:not(html, iframe, canvas, img, svg, video, audio, symbol):not(svg *, symbol *)
) {
all: unset;
display: revert;
Expand Down

0 comments on commit f454c0b

Please sign in to comment.