NEW 262096
width of an anchor element inside a flex context containing an svg
https://bugs.webkit.org/show_bug.cgi?id=262096
Summary width of an anchor element inside a flex context containing an svg
Karl Dubost
Reported 2023-09-25 19:59:11 PDT
Created attachment 467863 [details] rendering in Safari, firefox, chrome Steps to reproduce: 1. Go to https://www.backmarket.com/en-us 2. Observe the top bar Expected: Logo has minimal space Actual: Logo is taking more space than in Chrome or Firefox.
Attachments
rendering in Safari, firefox, chrome (2.07 MB, image/png)
2023-09-25 19:59 PDT, Karl Dubost
no flags
reduced test case (3.22 KB, text/html)
2023-09-25 19:59 PDT, Karl Dubost
no flags
Karl Dubost
Comment 1 2023-09-25 19:59:56 PDT
Created attachment 467864 [details] reduced test case This is a reduced test case of the issue.
Radar WebKit Bug Importer
Comment 2 2023-09-25 20:01:23 PDT
Karl Dubost
Comment 3 2023-09-25 20:13:45 PDT
note for the web site this can be fixed by .w-full.max-w-full.max-h-full.fill-current { height: 100%; width: unset; }
Note You need to log in before you can comment on or make changes to this bug.