1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing multiline logs wrapping

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-01-11 15:23:05 +03:00
parent c05fe21c68
commit a6015986c0

View File

@ -22,7 +22,7 @@
height: 18px; // Must be equal to lineHeight variable in pod-log-list.tsx
font-family: var(--font-monospace);
font-size: smaller;
white-space: pre;
white-space: nowrap;
&:hover {
background: var(--logRowHoverBackground);