Skip to content

Commit d5e7850

Browse files
committed
fix: Output is now shadowed, no overflow when possible.
1 parent 34176e8 commit d5e7850

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,19 @@
1414
text-align: right;
1515
}
1616

17-
textarea, #code-section, table, table * {
17+
textarea, #code-section, table, table *, pre {
1818
direction: ltr;
1919
text-align: left;
2020
}
2121

22+
pre {
23+
box-shadow: 2px 2px 65px -35px rgba(0,0,0,0.88);
24+
}
25+
2226
#results table {
2327
width: 100%;
28+
word-wrap: normal;
29+
white-space: normal;
2430
}
2531

2632
h1, h2, h3 {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy