File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/ConversationCard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ function ConversationCard(props) {
207
207
< div className = "gpt-inner" >
208
208
< div
209
209
className = { props . draggable ? 'gpt-header draggable' : 'gpt-header' }
210
- style = "padding: 15px;user-select:none;"
210
+ style = "padding:15px;user-select:none;"
211
211
>
212
212
< span className = "gpt-util-group" >
213
213
{ props . closeable ? (
@@ -233,7 +233,7 @@ function ConversationCard(props) {
233
233
< img src = { logo } style = "user-select:none;width:20px;height:20px;" />
234
234
) }
235
235
< select
236
- style = { props . notClampSize ? { } : { width : 'auto ' } }
236
+ style = { props . notClampSize ? { } : { width : windowSize [ 0 ] * 0.15 + 'px ' } }
237
237
className = "normal-button"
238
238
required
239
239
onChange = { ( e ) => {
You can’t perform that action at this time.
0 commit comments