summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-22 13:14:05 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-22 13:14:05 +0100
commit85f95f75b749bb7c160ba92d9f6008031f02c882 (patch)
tree902153c9b1b8efed04c297ab680a6c2333787e41 /tools
parente460da1ce7436242e9c356a23b97d6a474085544 (diff)
Remove vertical split from test helper
Diffstat (limited to 'tools')
-rw-r--r--tools/test-helper/extension.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/test-helper/extension.js b/tools/test-helper/extension.js
index 60fbe71d..335fcc15 100644
--- a/tools/test-helper/extension.js
+++ b/tools/test-helper/extension.js
@@ -108,13 +108,6 @@ function getWebviewContent(pngSrc, refSrc, stdout, stderr) {
}
.flex {
display: flex;
- flex-wrap: wrap;
- }
-
- .flex > * {
- flex-grow: 1;
- flex-shrink: 0;
- max-width: 100%;
}
</style>
</head>