]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
Make sure author and excerpt spans don't wrap even if active.
[tt-rss.git] / css / cdm.css
index c7d34c4b7b6622542f3a2e709796400605bcdb4d..1ee4715fb11009e897704fbe768db82e7f155987 100644 (file)
@@ -211,6 +211,7 @@ div.cdm.active div.cdmContent {
 }
 
 span.cdmExcerpt {
+       white-space : nowrap;
        font-size : 11px;
        color : #999;
        font-weight : normal;
@@ -275,6 +276,7 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
+       white-space : nowrap;
        color : #555;
        font-size : 11px;
        font-weight : normal;