mirror of
https://github.com/aljazceru/debug-rss.git
synced 2025-12-18 10:04:20 +01:00
Merge pull request #3 from aljazceru/claude/fix-feed-description-overflow-01J89GctFRcX4rd7USEpqTH6
Fix feed description HTML display overflow
This commit is contained in:
10
index.html
10
index.html
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user