Remove vertical split from test helper

This commit is contained in:
Laurenz 2023-01-22 13:14:05 +01:00
parent e460da1ce7
commit 85f95f75b7

View File

@ -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>