🎨 style(parameterComponent): add full width to the div container for better layout consistency
This commit is contained in:
parent
5522b51d6b
commit
a41c8552a8
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export default function ParameterComponent({
|
|||
)}
|
||||
</div>
|
||||
) : left === true && type === "bool" ? (
|
||||
<div className="mt-2">
|
||||
<div className="mt-2 w-full">
|
||||
<ToggleShadComponent
|
||||
disabled={disabled}
|
||||
enabled={enabled}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue