mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(fix) ui alignment
This commit is contained in:
parent
d071d90522
commit
440d0a0a4b
7 changed files with 10 additions and 10 deletions
|
@ -158,7 +158,7 @@ const ChatUI: React.FC<ChatUIProps> = ({
|
|||
|
||||
return (
|
||||
<div style={{ width: "100%", position: "relative" }}>
|
||||
<Grid className="gap-2 p-10 h-[75vh] w-full">
|
||||
<Grid className="gap-2 p-2 h-[75vh] w-full mt-8">
|
||||
<Card>
|
||||
<TabGroup>
|
||||
<TabList className="mt-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue