obsidian-auto-card-link icon indicating copy to clipboard operation
obsidian-auto-card-link copied to clipboard

Link Description is always hidden in the Page Preview

Open ni554n opened this issue 1 year ago • 2 comments

image

ni554n avatar Dec 20 '23 15:12 ni554n

This is the expected behavior. Title and description can't both fit when the width of the card is small.

I guess you could try changing this via a css snippet.

ormai avatar Dec 21 '23 11:12 ormai

Nice! We are already using container queries! This solution seems perfect to me: https://web.dev/patterns/layout/container-query-card

ni554n avatar Dec 21 '23 16:12 ni554n