summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 07:55:40 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 07:55:40 +0300
commitbd1630d2781c6a2d1e0581560b25ace44f3682e9 (patch)
tree751606d349c718d9891b2e7602b348557cd1c4a3 /themes/compact_night.css
parent76a6060ca390c6e58928edc06d35ed6ff3281b06 (diff)
grid mode: limit word breaking to link elements
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 4ab4ffe24..6e5a34868 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -645,8 +645,8 @@ body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="tr
overflow: hidden;
text-overflow: ellipsis;
}
-body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content-inner,
-body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .intermediate {
+body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content-inner a,
+body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .intermediate a {
word-break: break-all;
}
body.ttrss_main #headlines-frame {