mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Small layout fix
This commit is contained in:
parent
186545afe9
commit
1a5f887c0a
|
@ -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 }
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user