mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 21:50:36 +00:00
add whitespace-nowrap
This commit is contained in:
parent
0f6bfca9bc
commit
95de84c41a
@ -190,7 +190,7 @@ export const ModelSelector = ({
|
||||
aria-controls="model-listbox"
|
||||
aria-haspopup="listbox"
|
||||
>
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center justify-between whitespace-nowrap">
|
||||
<span>{modelList.find((m) => m.name === model)?.label || 'Select model'}</span>
|
||||
<span
|
||||
className={classNames(
|
||||
|
Loading…
Reference in New Issue
Block a user