We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4398d0 commit 29d918fCopy full SHA for 29d918f
1 file changed
frontend/src/ts/components/pages/test/TestConfig.tsx
@@ -45,7 +45,9 @@ export function TestConfig(): JSXElement {
45
<Mode2 />
46
</div>
47
<Button
48
- class={cn("flex place-self-center px-4 py-2 text-sub sm:hidden")}
+ class={cn(
49
+ "mx-auto flex place-self-center px-4 py-2 text-sub sm:hidden",
50
+ )}
51
variant="button"
52
onClick={() => {
53
showModal("MobileTestConfig");
0 commit comments