Skip to content

Commit 29d918f

Browse files
committed
fix: mobile test settings button position
1 parent c4398d0 commit 29d918f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ export function TestConfig(): JSXElement {
4545
<Mode2 />
4646
</div>
4747
<Button
48-
class={cn("flex place-self-center px-4 py-2 text-sub sm:hidden")}
48+
class={cn(
49+
"mx-auto flex place-self-center px-4 py-2 text-sub sm:hidden",
50+
)}
4951
variant="button"
5052
onClick={() => {
5153
showModal("MobileTestConfig");

0 commit comments

Comments
 (0)