Skip to content

Commit 1b0702c

Browse files
committed
Fixed prose overflow
1 parent 853cf78 commit 1b0702c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend/src/app/globals.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ main {
4646
padding: 0;
4747
overflow: hidden;
4848
}
49+
50+
51+
.prose { max-width: none; word-break: break-word;}

frontend/tailwind.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default {
2222
css: {
2323
color: "var(--mantine-color-dark-0)",
2424
"*": { color: "var(--mantine-color-dark-0)" },
25-
maxWidth: "95ch",
2625
},
2726
},
2827
},

0 commit comments

Comments
 (0)