We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa69f84 commit fd89ef8Copy full SHA for fd89ef8
src/lib/ItemComponent.svelte
@@ -13,7 +13,7 @@
13
</script>
14
15
{#if !hidden}
16
- <div class="w-full rounded px-2 py-4 sm:px-4 sm:w-56 md:w-44 bg-surface-100 mx-auto">
+ <div class="w-screen rounded px-2 py-4 sm:px-4 sm:w-56 md:w-44 bg-surface-100 mx-auto">
17
<div class="w-full line-clamp-2 break-all mb-4 leading-4">
18
<a
19
class="no-underline text-lg text-tertiary-700 font-semibold"
0 commit comments