mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
limit width of p elements inside content frames
This commit is contained in:
4
cdm.css
4
cdm.css
@@ -151,3 +151,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
|
|||||||
font-style : italic;
|
font-style : italic;
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cdmContentInner p {
|
||||||
|
max-width : 650px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1193,3 +1193,7 @@ ul.helpKbList h2 {
|
|||||||
span.collapseBtn {
|
span.collapseBtn {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.postContent p {
|
||||||
|
max-width : 650px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user