diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 14:13:56 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 14:13:56 +0100 |
| commit | 5f5c65927982447133b625edea3f5c9bab4f9e3d (patch) | |
| tree | aa5edb320e21466d16a1d15ad320d164f94738db /tools | |
| parent | 21dd99926a24d7cc69bf6b032d1107c78a04a5cf (diff) | |
Math tests
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-helper/extension.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/test-helper/extension.js b/tools/test-helper/extension.js index 335fcc15..a745916a 100644 --- a/tools/test-helper/extension.js +++ b/tools/test-helper/extension.js @@ -108,6 +108,12 @@ function getWebviewContent(pngSrc, refSrc, stdout, stderr) { } .flex { display: flex; + flex-wrap: wrap; + } + .flex > * { + flex-grow: 1; + flex-shrink: 0; + max-width: 100%; } </style> </head> |
