Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.

Fix Issue MarkdownWrapper #184

Open
vabelha wants to merge 1 commit intovectordotdev:masterfrom
vabelha:fix-markdown-wrapper
Open

Fix Issue MarkdownWrapper #184
vabelha wants to merge 1 commit intovectordotdev:masterfrom
vabelha:fix-markdown-wrapper

Conversation

@vabelha
Copy link

@vabelha vabelha commented May 18, 2020

Issue
In certain pages the markdownwrapper reaches the specified max-width of 850px.
This ends up forcing the parent div to wrap and overlap ToC div in windows under 1440px as seen in - forem/forem#6922

Screenshot from 2020-03-28 15-45-29

Proposed solution
In order to create a solution for this specific case and not change the current css or alter the visualization for bigger screens, I ended up just creating a media-query.

@coveralls
Copy link

coveralls commented May 18, 2020

Pull Request Test Coverage Report for Build 285

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 59.959%

Totals Coverage Status
Change from base Build 271: 0.0%
Covered Lines: 391
Relevant Lines: 678

💛 - Coveralls
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants