Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit e7e0db7

Browse files
committed
fix: better display of content in view
1 parent f7fb272 commit e7e0db7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

public/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ textarea {
9898

9999
.content {
100100
font-family: monospace;
101+
overflow-x: auto;
101102
}
102103

103104
.error {

views/view.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ block content
99
| Share this snippet with this url:
1010
.url= url
1111
.card.padded
12-
.content= paste.content
12+
pre.content= paste.content
1313

1414

0 commit comments

Comments
 (0)