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
Pipeline #1890 passed
...@@ -67,7 +67,7 @@ const Schedule = () => { ...@@ -67,7 +67,7 @@ const Schedule = () => {
<strong>Navrhovatel:</strong> <strong>Navrhovatel:</strong>
<span>{entry.proposer}</span> <span>{entry.proposer}</span>
</div> </div>
{entry.description && <p>{entry.description}</p>} {entry.description && <p className="mt-2 leading-tight max-w-3xl">{entry.description}</p>}
{isAuthenticated && {isAuthenticated &&
user.role === "chairman" && user.role === "chairman" &&
entry.id !== currentId && ( entry.id !== currentId && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment