We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem Log viewer - log empty spaces are removed when "Wrap text" feature is deactivated.
How do you reproduce the problem?
I0223 20:04:25.084507 1 loader.go:379]
Expected behavior I0223 20:04:25.084507 1 loader.go:379] should be displayed always.
What is your environment?
The text was updated successfully, but these errors were encountered:
I can see that: .pf-v5-c-log-viewer__list-item .pf-v5-c-log-viewer__text class
.pf-v5-c-log-viewer__list-item .pf-v5-c-log-viewer__text
white-space: nowrap
white-space: break-spaces
therefore etc.
Sorry, something went wrong.
No branches or pull requests
Describe the problem
Log viewer - log empty spaces are removed when "Wrap text" feature is deactivated.
How do you reproduce the problem?
I0223 20:04:25.084507 1 loader.go:379]
(this is correct)I0223 20:04:25.084507 1 loader.go:379]
(this is incorrect)Expected behavior
I0223 20:04:25.084507 1 loader.go:379]
should be displayed always.What is your environment?
The text was updated successfully, but these errors were encountered: