See screenshot. The text is not showing in the teaser.

Reason: the CSS calc function in not working correctly in Firefox and thus the width is not calculated correctly. The browser sets it to zero, so we do not see any text.
Quick fix: overwrite the width in the subtheme with 85%:

.teaser__published {
  width: 85%;
}

Proposed solution: reverse author and date fields, so author can be truncated is a more simple way. Remove inline-flex and calc properties.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

maikelkoopman created an issue. See original summary.

xinyuma’s picture

Hi Maikel,

As a solution, I think maybe we should even put the date in a new line. Hope this makes it technically simpler and design wise making it clearer. The date shouldn't appear behind a person icon ;-)

Cheers,
Xinyu

xinyuma’s picture

Another solution could be, we put date behind the topic type, so it can be read as 'a news created on 2 Jan, 2017' for example.

peter.polman’s picture

Assigned: Unassigned » peter.polman
peter.polman’s picture

Status: Active » Reviewed & tested by the community
ronaldtebrake’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.