Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d5e7850

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /