Updated url - src/css/doc.css
The main content column collapses if the longest line of content is shorter than the available width. In other words, the column does not expand to fill the space it's allowed to use. The addition of the sidebar just makes it more obvious because it provides a reference point.
The CSC property , flex: auto is added to the article so it expand to the width available.
Updated url - src/css/doc.css
The main content column collapses if the longest line of content is shorter than the available width. In other words, the column does not expand to fill the space it's allowed to use. The addition of the sidebar just makes it more obvious because it provides a reference point.
The CSC property , flex: auto is added to the article so it expand to the width available.