github-widescreen
github-widescreen copied to clipboard
Not working on file viewing in Roslyn
See https://github.com/dotnet/roslyn/blob/master/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs

I'm using MS Edge Insider from https://www.microsoftedgeinsider.com/en-us/download/
Same. Seems GitHub updated the style.
I think if the content-styles.css would get following lines added then the problem would be fixed (validated it manually and worked) but I'm no chrome extension developer ... so maybe the contributors can investigate and push an update?
.container-lg, .container-xl {
margin-left: 0px;
margin-right: 0px;
}
.container-lg {
max-width: 100%;
}