From 32aa3febf928fc63eec2aac7149bbd9341d2c30f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 6 Sep 2020 10:15:41 +0200 Subject: [PATCH] Do not linebreak loglines --- src/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme.scss b/src/theme.scss index 737f77292..e30a5bf7a 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1625,6 +1625,7 @@ tag-input { .log-line { line-height: 1.2; + white-space: nowrap; &:hover { background-color: #333333;