File tree Expand file tree Collapse file tree
apps/web/src/routes/_app/session Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments