🎨 style(parameterComponent): add full width to the div container for better layout consistency

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-29 16:42:38 -03:00
commit a41c8552a8

View file

@ -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}