Open matedo1 opened 1 month ago
I can see that: .pf-v5-c-log-viewer__list-item .pf-v5-c-log-viewer__text
class
white-space: nowrap
prop (collapses the whitespaces) defaultly, andwhite-space: break-spaces
prop (preserves the whitespaces) when wrap text feature is on therefore etc.
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?