Skip to content

Commit 4ad5f8d

Browse files
committed
feat: adjust active session card
1 parent 1f936a3 commit 4ad5f8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/routes/_app/session/start-session.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ const RouteComponent = () => {
5353
}}
5454
/>
5555
{currentSession !== null && (
56-
<div className="mx-auto block max-w-3xl rounded-lg border border-gray-200 bg-white p-6 opacity-75 shadow-sm dark:border-gray-700 dark:bg-gray-800">
56+
<div className="mx-auto block max-h-fit max-w-3xl rounded-lg border border-gray-200 bg-white p-6 opacity-70 shadow-sm dark:border-gray-700 dark:bg-gray-800">
5757
<p className="max-w-4xl text-center text-yellow-600 dark:text-yellow-300">
5858
{t({
59-
en: 'The current session must be ended before starting the form again',
59+
en: 'The current session must be ended before starting the form again.',
6060
fr: 'La session en cours doit être terminée avant de recommencer le formulaire.'
6161
})}
6262
</p>

0 commit comments

Comments
 (0)