mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-09 08:23:42 +01:00
Added CSS to break long words that squish content. Issue #624
This commit is contained in:
parent
072ff110f3
commit
da856a14e1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user