Skip to content

Commit

Permalink
fix experiment height overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed Oct 4, 2024
1 parent 6b13fd1 commit a23be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spu-ui/src/app/_components/experiment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function Experiment() {
/>
</TabsContent>
</Tabs>
<div className="flex h-screen w-2/3 flex-col space-y-4 p-4">
<div className="flex w-2/3 flex-col space-y-4 p-4">
<div className="flex flex-col gap-2">
<h1 className="text-2xl font-bold">Experiment Queue</h1>
<div className="flex items-center justify-center space-x-2">
Expand Down

0 comments on commit a23be25

Please sign in to comment.