mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add experimental css hyphens support for english language
This commit is contained in:
@@ -995,6 +995,9 @@ span.collapseBtn {
|
||||
div.postContent p {
|
||||
max-width : 650px;
|
||||
text-align : justify;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
div.postContent iframe {
|
||||
@@ -1018,6 +1021,9 @@ body#ttrssZoom {
|
||||
body#ttrssZoom div.postContent p {
|
||||
max-width : 650px;
|
||||
text-align : justify;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
body#ttrssZoom div.postHeader {
|
||||
|
||||
Reference in New Issue
Block a user