Merge pull request #3 from aljazceru/claude/fix-feed-description-overflow-01J89GctFRcX4rd7USEpqTH6

Fix feed description HTML display overflow
This commit is contained in:
2025-11-23 08:46:55 +01:00
committed by GitHub

View File

@@ -250,6 +250,16 @@
text-decoration: underline;
}
.field-value pre {
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
margin: 0;
font-family: 'Courier New', monospace;
font-size: 13px;
max-width: 100%;
}
.raw-xml {
background: #1e1e1e;
color: #d4d4d4;