diff --git a/test/httpd/assets/css/app.scss b/test/httpd/assets/css/app.scss
index 82b5b85..2b184cd 100644
--- a/test/httpd/assets/css/app.scss
+++ b/test/httpd/assets/css/app.scss
@@ -30,7 +30,7 @@ div.page {
/* reset */
pre {
overflow: visible;
- code { overflow: visible; }
+ code { overflow-x: visible; }
}
body {
margin: 0;
diff --git a/test/httpd/static/_assets/app.css b/test/httpd/static/_assets/app.css
index d67ae3b..9274a4a 100644
--- a/test/httpd/static/_assets/app.css
+++ b/test/httpd/static/_assets/app.css
@@ -32093,7 +32093,7 @@ pre {
overflow: visible;
}
pre code {
- overflow: visible;
+ overflow-x: visible;
}
body {