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

fix(renderer-log): multiple spaces merge into one (#2655)

Signed-off-by: BlackHole1 <158blackhole@gmail.com>
This commit is contained in:
Black-Hole 2021-04-29 02:56:02 +08:00 committed by GitHub
parent 41c9a355ed
commit fbf1245576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
span {
-webkit-font-smoothing: auto; // Better readability on non-retina screens
white-space: pre;
}
span.overlay {