Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panel should respect white-space. #312

Closed
omeryagmurlu opened this issue May 18, 2017 · 1 comment
Closed

Panel should respect white-space. #312

omeryagmurlu opened this issue May 18, 2017 · 1 comment
Labels

Comments

@omeryagmurlu
Copy link

Current Behaviour:

Whitespace is not respected.

2017-05-18-182250_1158x83_scrot

Suggested Behaviour:

Whitespace is preserved as it is in the output.

2017-05-18-182212_1160x189_scrot

#linter-panel {
	tbody {
		font-family: monospace;
		white-space: pre-wrap;
	}
}
@steelbrain
Copy link
Owner

That's a bug in ESLint. Providers should not provide more than one line, ever, in excerpt. Fix is pending merge in AtomLinter/linter-eslint#911

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants