From 776c7aeb836596c09d0b2ab56eb04d784efaa67a Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Tue, 19 Jun 2018 14:28:37 +0000
Subject: [PATCH] Console: Restore line breaks in copy/pasted log entries
 (ticket #2078)

---
 installer/resources/themes/console/classic/console.css  | 1 -
 installer/resources/themes/console/dark/console.css     | 1 -
 installer/resources/themes/console/light/console.css    | 1 -
 installer/resources/themes/console/midnight/console.css | 1 -
 4 files changed, 4 deletions(-)

diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index e9fb5b8a25..4169bb41da 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -6162,7 +6162,6 @@ p#enablefullstats, p#gatherstats {
      font: 8.5pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
      line-height: 130%;
      text-align: left;
-     display: inline-block;
      width: 100%;
 }
 
diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 726bd92d79..694b6560a1 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -4496,7 +4496,6 @@ table[id$="logs"] ul {
      font: bold 8.5pt "Droid Sans Mono",  "Lucida Console", "DejaVu Sans Mono", monospace;
      line-height: 120%;
      text-align: left;
-     display: inline-block;
      width: 100%;
      word-break: break-all;
 }
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 62192a0a37..fe6458fe31 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -2361,7 +2361,6 @@ table#wrapperlogs {
      font-size: 8.5pt;
      line-height: 130%;
      text-align: left;
-     display: inline-block;
      width: calc(100% - 48px);
      padding-top: 1px !important;
 }
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index c7397e7565..ce99a4facb 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -5063,7 +5063,6 @@ font[color="#000099"] { /* info */
      font: 8.5pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
      line-height: 130%;
      text-align: left;
-     display: inline-block;
      width: 100%;
      margin-right: 5px !important;
      padding: 2px 0;
-- 
GitLab