Improve paragraph splitting logic

This commit is contained in:
2024-01-29 14:18:16 +01:00
parent f733f73509
commit db9785744f
3 changed files with 44 additions and 13 deletions

View File

@@ -7,7 +7,6 @@
border-radius: 10px;
background-color: #f5f5f5;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
font-family: 'Courier New', Courier, monospace;
line-height: 1.6;
white-space: pre-wrap;
overflow-y: auto;