]> git.wh0rd.org - tt-rss.git/commit
Merge branch 'dont-wrap-excerpt' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Mon, 8 Feb 2016 09:27:27 +0000 (12:27 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Mon, 8 Feb 2016 09:27:27 +0000 (12:27 +0300)
commit724dea9a843a8dc76fd4185b3f491fd5568d950c
tree16dc1ef5b1f8a4381c0d58926731d1f1a11e54c5
parent378873b59afef40bbc6bf507032a453bc741808d
parent6b8a7aad082f302b36a65d3d584ad8b01c79ce16
Merge branch 'dont-wrap-excerpt' into 'master'

Make sure author and excerpt spans don't wrap even if active.

In combined display mode with an article collapsed via keyboard nav,
the article remains active, which lets the excerpt bubble out to several
lines depending on display width. Keep the excerpt nowrap always.

While here, fix the author display; nowrap always to keep the name
from splitting across lines in rare cases.

See merge request !26