summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-27 11:24:15 +0200
committerGitHub <noreply@github.com>2024-05-27 09:24:15 +0000
commit171e1d6e83eed5a3e20f8774130be760b62aa843 (patch)
treefabc2478e34a080b7f36e8b5ab901867b2afeb9b /tools
parent1694327b707621454606d7c3ffd0ed7f603d87e9 (diff)
Nicer test helper CSS (#4269)
Diffstat (limited to 'tools')
-rw-r--r--tools/test-helper/src/extension.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test-helper/src/extension.ts b/tools/test-helper/src/extension.ts
index 6c44f75e..0155e012 100644
--- a/tools/test-helper/src/extension.ts
+++ b/tools/test-helper/src/extension.ts
@@ -448,7 +448,8 @@ function getWebviewContent(
}
.flex {
display: flex;
- flex-direction: column;
+ flex-wrap: wrap;
+ justify-content: center;
}
</style>
</head>