bobbingwide/genesis-a2z

API syntax not left right scrollable

Closed this issue · 4 comments

Looks like the <pre> tag no longer has overflow:auto.
Why was this done?

That wasn’t the right fix!

The problem appears to be related to the following CSS in style.css

 .site-container {
        animation: fadein 1s;
      word-wrap: break-word;
 }

Removing word-wrap: break-word; fixes the issue with content inside the <pre> tag not being
wrapped instead of being scrollable left to right.

This problem did not occur when emulating an iPhone/iPad using Chrome or Firefox.
This CSS was introduced in the changes for #18 where style.css was copied from genesis-sample.

The latest fix is now on wp-a2z.org so can be tested on both my iPad and iPhone.

Officially delivered in v2.1.0