fix(deadline-banner): center content; drop ml-auto on link
ml-auto pushed the "Mehr" link to the right edge which cancelled justify-center for the rest of the content. Remove it so the whole row is centered when a link is present. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
href={href}
|
||||
target={newTab ? "_blank" : undefined}
|
||||
rel={newTab ? "noopener noreferrer" : undefined}
|
||||
class="ml-auto inline-flex items-center gap-1 underline-offset-2 hover:underline"
|
||||
class="inline-flex items-center gap-1 underline-offset-2 hover:underline"
|
||||
>
|
||||
Mehr
|
||||
<Icon icon="mdi:arrow-right" class="size-4" aria-hidden="true" />
|
||||
|
||||
Reference in New Issue
Block a user