Closed ellemenno closed 5 years ago
code listings are given a width of fit-content, and provide horizontal scrolling for overflow. but if they are inside a table, the table will stretch and the parent container will overflow, preventing horizontal scoll access.
fit-content
to repro, visit the url below and shrink the viewport width: https://pixeldroid.github.io/programming-pages/layout_api/layout/#/layout_api/
code listings are given a width of
fit-content
, and provide horizontal scrolling for overflow. but if they are inside a table, the table will stretch and the parent container will overflow, preventing horizontal scoll access.to repro, visit the url below and shrink the viewport width: https://pixeldroid.github.io/programming-pages/layout_api/layout/#/layout_api/