mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing multiline logs wrapping (#1938)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
131a6fb410
commit
b1ab31831f
@ -22,7 +22,7 @@
|
|||||||
height: 18px; // Must be equal to lineHeight variable in pod-log-list.tsx
|
height: 18px; // Must be equal to lineHeight variable in pod-log-list.tsx
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
white-space: pre;
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--logRowHoverBackground);
|
background: var(--logRowHoverBackground);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user