fixed spacing at required and info
This commit is contained in:
parent
2b63863487
commit
f7342b5be6
1 changed files with 1 additions and 3 deletions
|
|
@ -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="">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue