Skip to content

Commit

Permalink
Fix welcome message resizing on invalid login credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Nov 2, 2023
1 parent d11d232 commit 08f4ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/(unauthenticated)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<div class="hero flex-grow">
<div class="hero-content flex-col lg:flex-row-reverse gap-16">
<div class="prose text-lg">
<div class="prose text-lg flex-shrink-0">
<SvelteMarkdown source={$t('login.welcome')} />
<div class="flex gap-4 not-prose justify-center">
<a href="https://software.sil.org/fieldworks/">
Expand Down

0 comments on commit 08f4ee1

Please sign in to comment.