From ce174aa0b96f7d1d85fef32a35f77fde3bbea42e Mon Sep 17 00:00:00 2001 From: Guillaume <56537238+GllmR@users.noreply.github.com> Date: Sun, 3 Oct 2021 06:27:38 +0200 Subject: [PATCH] Fix img overflow in WhoIsUsingSvelte on Safari (#6799) --- site/src/routes/_components/WhosUsingSvelte.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/routes/_components/WhosUsingSvelte.svelte b/site/src/routes/_components/WhosUsingSvelte.svelte index d1de57fd2a..06094eac2c 100644 --- a/site/src/routes/_components/WhosUsingSvelte.svelte +++ b/site/src/routes/_components/WhosUsingSvelte.svelte @@ -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 {