From 4b1fbbc98ab818ccdf42bf2c0fb709a78783a5de Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 20 Apr 2021 20:58:10 -0400 Subject: [PATCH] Tweaks to history parameters --- frontend/src/History/HistoryRow.js | 12 ++++++------ frontend/src/History/HistoryRowParameter.css | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/History/HistoryRow.js b/frontend/src/History/HistoryRow.js index 13e1a51a2..a89d9ff3c 100644 --- a/frontend/src/History/HistoryRow.js +++ b/frontend/src/History/HistoryRow.js @@ -139,7 +139,7 @@ class HistoryRow extends Component { { data.imdbId ? : null @@ -148,7 +148,7 @@ class HistoryRow extends Component { { data.tmdbId ? : null @@ -157,7 +157,7 @@ class HistoryRow extends Component { { data.tvdbId ? : null @@ -166,7 +166,7 @@ class HistoryRow extends Component { { data.traktId ? : null @@ -175,7 +175,7 @@ class HistoryRow extends Component { { data.rId ? : null @@ -184,7 +184,7 @@ class HistoryRow extends Component { { data.tvMazeId ? : null diff --git a/frontend/src/History/HistoryRowParameter.css b/frontend/src/History/HistoryRowParameter.css index 6c2792ae8..9418eccef 100644 --- a/frontend/src/History/HistoryRowParameter.css +++ b/frontend/src/History/HistoryRowParameter.css @@ -18,4 +18,5 @@ padding: 0 4px; background-color: $white; color: $defaultColor; + white-space: nowrap; }