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

+7-1
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)