chore: input box alignment (#1189)
This commit is contained in:
parent
c7fc95ee1b
commit
e42c392427
4 changed files with 211 additions and 27 deletions
|
|
@ -86,11 +86,11 @@ export function ModelSelector({
|
|||
>
|
||||
<button
|
||||
type="button"
|
||||
className="group/item flex w-full flex-row items-center justify-between gap-2 sm:gap-4"
|
||||
className="flex flex-row gap-2 justify-between items-center w-full group/item sm:gap-4"
|
||||
>
|
||||
<div className="flex flex-col items-start gap-1">
|
||||
<div className="flex flex-col gap-1 items-start">
|
||||
<div className="text-sm sm:text-base">{chatModel.name}</div>
|
||||
<div className="line-clamp-2 text-muted-foreground text-xs">
|
||||
<div className="text-xs line-clamp-2 text-muted-foreground">
|
||||
{chatModel.description}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -105,4 +105,4 @@ export function ModelSelector({
|
|||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue