Skip to content

Commit 11f8b4c

Browse files
committed
fix: test config placement in firefox
1 parent cd95ae5 commit 11f8b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/components/pages/test/TestConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function TestConfig(): JSXElement {
3333
class={cn(
3434
variables,
3535
"group relative mb-8 hidden w-max grid-cols-[1fr_auto_1fr] justify-center place-self-center [font-size:var(--font-size)] sm:grid",
36-
"transition-opacity duration-125",
36+
"mx-auto transition-opacity duration-125",
3737
getFocus() || getResultVisible()
3838
? "pointer-events-none opacity-0"
3939
: "",

0 commit comments

Comments
 (0)