diff --git a/.changeset/cyan-moons-sit.md b/.changeset/cyan-moons-sit.md new file mode 100644 index 00000000..1110d204 --- /dev/null +++ b/.changeset/cyan-moons-sit.md @@ -0,0 +1,6 @@ +--- +"web": patch +"@empiricalrun/cli": patch +--- + +fix: ui breaking in case of too many sample inputs diff --git a/apps/web/app/globals.css b/apps/web/app/globals.css index 0b46ea13..589feecb 100644 --- a/apps/web/app/globals.css +++ b/apps/web/app/globals.css @@ -73,4 +73,16 @@ body { @apply bg-background text-foreground; } +} + +/* Chrome, Safari and Opera */ +.no-scrollbar::-webkit-scrollbar { + display: none; +} + +.no-scrollbar { + -ms-overflow-style: none; + /* IE and Edge */ + scrollbar-width: none; + /* Firefox */ } \ No newline at end of file diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index 34c1a519..63f6592d 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -151,7 +151,7 @@ export default function Page(): JSX.Element { }} > {runResults?.length > 0 && ( -
Metadata
+Metadata