iamcal / oembed

The oEmbed Spec
http://oembed.com
MIT License
1.32k stars 651 forks source link

Fixes code block overflow #688

Closed Shrinks99 closed 1 year ago

Shrinks99 commented 1 year ago

Single line CSS fix. Code blocks will scroll now and text will not overflow outside of the container.

Before:

Screenshot 2023-03-06 at 7 10 27 PM

After:

Screenshot 2023-03-06 at 7 10 20 PM
iamcal commented 1 year ago

Fixed in d05d100 and d7ac8ef

I switched to auto instead of scroll to avoid showing scrollbars when they aren't needed. I also applied this patch to all versions of the doc.