ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,680
- Points
- 823
Reputation:
.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...