Skip to content
Snippets Groups Projects
Commit 4a0f6349 authored by xaralis's avatar xaralis
Browse files

feat: fix program desc formatting

parent 536866ff
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ const Schedule = () => {
<strong>Navrhovatel:</strong>
<span>{entry.proposer}</span>
</div>
{entry.description && <p>{entry.description}</p>}
{entry.description && <p className="mt-2 leading-tight max-w-3xl">{entry.description}</p>}
{isAuthenticated &&
user.role === "chairman" &&
entry.id !== currentId && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment