forked from phoenix/litellm-mirror
(fix) ui alignment
This commit is contained in:
parent
d071d90522
commit
440d0a0a4b
7 changed files with 10 additions and 10 deletions
|
@ -159,7 +159,7 @@ const Team: React.FC<TeamProps> = ({
|
|||
console.log(`received teams ${teams}`);
|
||||
return (
|
||||
<div className="w-full mx-4">
|
||||
<Grid numItems={1} className="gap-2 p-2 h-[75vh] w-full">
|
||||
<Grid numItems={1} className="gap-2 p-2 h-[75vh] w-full mt-8">
|
||||
<Col numColSpan={1}>
|
||||
<Title level={4}>All Teams</Title>
|
||||
<Card className="w-full mx-auto flex-auto overflow-y-auto max-h-[50vh]">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue