Commit ffc4e62796532dc64e72e572e536952bef25329c

Thomas de Grivel 2022-08-10T08:41:28

css pre overflow visible

diff --git a/assets/css/app.scss b/assets/css/app.scss
index aeaaa80..618d4a8 100644
--- a/assets/css/app.scss
+++ b/assets/css/app.scss
@@ -23,6 +23,9 @@ a {
     text-decoration: none;
     color: var(--bs-primary);
 }
+pre {
+    overflow: visible;
+}
 pre.wrap {
     word-break: break-all;
     white-space: pre-wrap;
diff --git a/priv/static/_assets/app.css b/priv/static/_assets/app.css
index fd0efc8..c5e42d8 100644
--- a/priv/static/_assets/app.css
+++ b/priv/static/_assets/app.css
@@ -30708,6 +30708,10 @@ a {
   color: var(--bs-primary);
 }
 
+pre {
+  overflow: visible;
+}
+
 pre.wrap {
   word-break: break-all;
   white-space: pre-wrap;