fix: Minor UI tweak to Control Net enable button

This commit is contained in:
blessedcoolant
2023-07-16 00:25:26 +12:00
parent 07a2da40b8
commit ff74de7a60
2 changed files with 32 additions and 10 deletions

View File

@ -29,6 +29,9 @@ const ParamControlNetFeatureToggle = () => {
label="Enable ControlNet"
isChecked={isEnabled}
onChange={handleChange}
formControlProps={{
width: '100%',
}}
/>
);
};