github-widescreen icon indicating copy to clipboard operation
github-widescreen copied to clipboard

Not working on file viewing in Roslyn

Open kzu opened this issue 6 years ago • 2 comments

See https://github.com/dotnet/roslyn/blob/master/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs

image

I'm using MS Edge Insider from https://www.microsoftedgeinsider.com/en-us/download/

kzu avatar Apr 17 '19 17:04 kzu

Same. Seems GitHub updated the style.

vanxining avatar Apr 30 '19 16:04 vanxining

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%;
}

ghofweber avatar Jun 12 '19 15:06 ghofweber