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

Bug - Log viewer - missing empty spaces #11106

Open
matedo1 opened this issue Oct 8, 2024 · 1 comment
Open

Bug - Log viewer - missing empty spaces #11106

matedo1 opened this issue Oct 8, 2024 · 1 comment

Comments

@matedo1
Copy link

matedo1 commented Oct 8, 2024

Describe the problem
Log viewer - log empty spaces are removed when "Wrap text" feature is deactivated.

How do you reproduce the problem?

Expected behavior
I0223 20:04:25.084507 1 loader.go:379] should be displayed always.

What is your environment?

  • OS: Fedora
  • Browser: Google Chrome
  • Version: Version 129 (Official Build) (64-bit)
@matedo1 matedo1 added the bug label Oct 8, 2024
@patrikk0123
Copy link

patrikk0123 commented Oct 9, 2024

I can see that: .pf-v5-c-log-viewer__list-item .pf-v5-c-log-viewer__text class

  • uses white-space: nowrap prop (collapses the whitespaces) defaultly, and
  • white-space: break-spaces prop (preserves the whitespaces) when wrap text feature is on

therefore etc.

@kmcfaul kmcfaul removed the bug label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs triage
Development

No branches or pull requests

3 participants