|
@@ -130,6 +130,7 @@ const SettingsPanel = ({
|
|
|
optionList={groups}
|
|
optionList={groups}
|
|
|
renderOptionItem={renderGroupOption}
|
|
renderOptionItem={renderGroupOption}
|
|
|
style={{ width: '100%' }}
|
|
style={{ width: '100%' }}
|
|
|
|
|
+ dropdownStyle={{ width: '100%', maxWidth: '100%' }}
|
|
|
className="!rounded-lg"
|
|
className="!rounded-lg"
|
|
|
disabled={customRequestMode}
|
|
disabled={customRequestMode}
|
|
|
/>
|
|
/>
|
|
@@ -159,6 +160,8 @@ const SettingsPanel = ({
|
|
|
value={inputs.model}
|
|
value={inputs.model}
|
|
|
autoComplete='new-password'
|
|
autoComplete='new-password'
|
|
|
optionList={models}
|
|
optionList={models}
|
|
|
|
|
+ style={{ width: '100%' }}
|
|
|
|
|
+ dropdownStyle={{ width: '100%', maxWidth: '100%' }}
|
|
|
className="!rounded-lg"
|
|
className="!rounded-lg"
|
|
|
disabled={customRequestMode}
|
|
disabled={customRequestMode}
|
|
|
/>
|
|
/>
|