mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Added CSS to break long words that squish content. Issue #624
This commit is contained in:
@@ -5,6 +5,11 @@ body {
|
||||
margin-right: 20px;
|
||||
font-family: -apple-system-body;
|
||||
font-size: 18px;
|
||||
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user