Fix img overflow in WhoIsUsingSvelte on Safari (#6799)

pull/6803/head
Guillaume 3 years ago committed by GitHub
parent 547fbc6ebd
commit ce174aa0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,7 @@
height: 100%;
padding: 5px 10px;
transition: transform 0.2s;
min-width: 0; /* Avoid image overflow in Safari */
}
picture:hover,
img:hover {

Loading…
Cancel
Save