mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-10 06:00:19 +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-controls="model-listbox"
|
||||||
aria-haspopup="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>{modelList.find((m) => m.name === model)?.label || 'Select model'}</span>
|
||||||
<span
|
<span
|
||||||
className={classNames(
|
className={classNames(
|
||||||
|
Loading…
Reference in New Issue
Block a user