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; }