Nicer test helper CSS (#4269)

This commit is contained in:
Laurenz 2024-05-27 11:24:15 +02:00 committed by GitHub
parent 1694327b70
commit 171e1d6e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,7 +448,8 @@ function getWebviewContent(
} }
.flex { .flex {
display: flex; display: flex;
flex-direction: column; flex-wrap: wrap;
justify-content: center;
} }
</style> </style>
</head> </head>