Using Combined mode/Always expand articles, a long headline looks like this:
A Really Long and Wordy Headline That
Spans Mulitple Lines label Author
Without “Always expand” I see this:
A Really Long and Wordy Headline Th…
What can I change so I see the complete headline, but not the article content unless I tap to expand/read the article of interest? My guess is there is magical CSS I can override in the theme.
fox
2
some variation of .titleWrap { overflow : visible ! important; } might work
Thanks for the pointer. Right church, wrong pew.
span.titleWrap { white-space:normal!important } did the trick.