devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Table overflow

Open situ2001 opened this issue 2 years ago • 1 comments

Bug report

Table overflow issue when I open docs which is from MDN.

OS information

Windows11 Pro 22000.593

Chrome 101.0.4951.54

Steps to reproduce

Just open a doc that is from MDN.

e.g. Document: DOMContentLoaded event Private class features

More resources

Here is the screenshot.

image

Possible fix

To fix this, apply the following style.

table {
  display: block;
  overflow-x: auto;
}

It seems to work properly.

image

situ2001 avatar May 11 '22 08:05 situ2001

May I be assigned to this issue please? Thank you.

amedina153 avatar Jul 28 '22 03:07 amedina153

I've made PR to fix this here https://github.com/freeCodeCamp/devdocs/pull/1824

thewheat avatar Oct 02 '22 11:10 thewheat