We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0739d0 commit c776d01Copy full SHA for c776d01
1 file changed
src/components/Image/index.astro
@@ -37,7 +37,8 @@ const noAltText = t("No alt text");
37
class:list={[
38
"renderable-alt",
39
"text-body-caption",
40
- "bg-bg-gray-40 line-clamp-3 absolute top-0 mt-sm mx-sm px-[7.5px] pb-[2.5px] rounded-xl text-ellipsis",
+ "bg-bg-gray-40 absolute top-0 mt-sm mx-sm px-[7.5px] pb-[2.5px] rounded-xl text-ellipsis",
41
+ "line-clamp-3 hover:line-clamp-none",
42
props.visibleAltTextClass,
43
]}
44
>
0 commit comments