mirror of
https://github.com/stackblitz-labs/bolt.diy.git
synced 2025-06-18 01:49:07 +01: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…
x
Reference in New Issue
Block a user