fix(calendar): leading-none auf Tag-Zahl — Tailwind text-* default line-height blähte Zeilenbox, JUN an Unterkante
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -54,11 +54,11 @@
|
||||
</span>
|
||||
|
||||
{#if isRange && end}
|
||||
<span class="text-base sm:text-lg font-bold tracking-tight whitespace-nowrap">
|
||||
<span class="text-base sm:text-lg font-bold leading-none tracking-tight whitespace-nowrap">
|
||||
{start.getDate()}–{end.getDate()}
|
||||
</span>
|
||||
{:else}
|
||||
<span class="text-2xl sm:text-3xl font-bold">{start.getDate()}</span>
|
||||
<span class="text-2xl sm:text-3xl font-bold leading-none">{start.getDate()}</span>
|
||||
{/if}
|
||||
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user