Fix img overflow in WhoIsUsingSvelte on Safari (#6799)

pull/7738/head
Guillaume 5 years ago committed by GitHub
parent 76bf520138
commit c2de17baf2

@ -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