1
0
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:
Alex Andreev 2021-01-12 09:50:35 +03:00 committed by Jari Kolehmainen
parent 4027bbe461
commit 3365cecec2

View File

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