Small layout fix

This commit is contained in:
IRBorisov 2024-06-07 18:38:15 +03:00
parent 186545afe9
commit 1a5f887c0a

View File

@ -98,7 +98,7 @@ function EditorConstituenta({ activeCst, isModified, setIsModified, onOpenEdit }
<div <div
tabIndex={-1} tabIndex={-1}
className={clsx( className={clsx(
'max-w-[95rem]', // prettier: split lines 'max-w-[95rem] mx-auto', // prettier: split lines
'flex', 'flex',
{ 'flex-col md:items-center': isNarrow } { 'flex-col md:items-center': isNarrow }
)} )}