fixed spacing at required and info

This commit is contained in:
Lucas Oliveira 2024-03-30 23:11:18 +02:00
commit f7342b5be6

View file

@ -402,9 +402,7 @@ export default function ParameterComponent({
{title}
</span>
)}
<span
className={(info === "" ? "" : "ml-1 ") + " pl-1 text-status-red"}
>
<span className={(required ? "ml-2 " : "") + "text-status-red"}>
{required ? "*" : ""}
</span>
<div className="">