Bug No media queries around .contentRow.contentRow-extra

There is a bug in this version
X

Xon

Guest
.contentRow is used in various lists, notable search results where the span contentRow-title can have quite long text value as it is user supplied.

When mixed with contentRow-extra this works on desktop, but on a mobile results in unexpected formatting as the float:right is forcing a line-break inside words for the title component.

ie:
XML:

Code:
	<div class="contentRow">
		<div class="contentRow-main">
			<div class="contentRow-extra contentRow-extra--small">...

Read more

Continue reading...