css: break Deployment Log lines

fixes #2677
This commit is contained in:
Thomas Gelf 2022-12-05 19:55:28 +01:00
parent 19e8be9801
commit 4c98df7909
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ This version hasn't been released yet
### UI
* FEATURE: allow to clone commands with fields (#2264)
* FEATURE: Data Fields are now sorted in a case-insensitive way (#2358)
* FEATURE: Deployment Log now breaks lines (#2677)
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
### Icinga Configuration

View File

@ -243,7 +243,7 @@ pre.logfile {
background: @gray-lighter;
color: @gray;
overflow: auto;
white-space: pre;
white-space: pre-wrap;
a {
color: @link-color;