Skip to content

Commit 4a1372a

Browse files
committed
fix: expand markdown paste width
1 parent 75ad8ac commit 4a1372a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustbin"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
default-run = "rustbin"
66

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ body > hr {
365365
padding: 32px 40px;
366366
line-height: 1.6;
367367
word-wrap: break-word;
368-
max-width: 900px;
368+
width: 100%;
369369
/* Same viewport-height scroll container as .paste-content. */
370370
height: calc(100vh - var(--footer-h));
371371
height: calc(100dvh - var(--footer-h));

0 commit comments

Comments
 (0)