Skip to content
Snippets Groups Projects
Commit 5fff08e9 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

BildPanel: Tweaked type

parent ec65ba11
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ const BildPanel = (props: {definition: BildPanelDefinition}) => {
</h2>
{props.definition.description && (
<p className={"pr-6 leading-tight mt-1"}>
<p className={"mt-1 text-sm max-w-5xl"}>
{props.definition.description}
</p>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment