keitaroinc / keitaro-theme

The official WordPress theme of Keitaro Inc.
MIT License
0 stars 0 forks source link

Bad wrapping of text around author on posts #2

Closed mbocevski closed 6 years ago

mbocevski commented 6 years ago

On Google Chrome and Safari when viewing a post the wrapping of the text around the author "Contributed 1 post and 0 comments so far" is bad. On Firefox it looks good.

Screenshot attached, it looks exactly the same on Safari and Chrome:

screen shot 2018-01-11 at 11 57 59
gocemitevski commented 6 years ago

@mbocevski this is related to the shape-outside CSS property, which gets ignored in Firefox.

mbocevski commented 6 years ago

@gocemitevski so this is inline with the design and it's a bug in Firefox?

gocemitevski commented 6 years ago

@mbocevski yes, it is how it was designed. It is not a Firefox bug, more like a missing feature that is yet to be supported. https://developer.mozilla.org/en-US/docs/Web/CSS/shape-outside

  1. From version 53: this feature is behind the layout.css.shape-outside.enabled preference (needs to be set to true). To change preferences in Firefox, visit about:config.
mbocevski commented 6 years ago

Thanks. Closing as non-issue.