diff --git a/client/assets/app.css b/client/assets/app.css
index f8e51521..b7b8499d 100644
--- a/client/assets/app.css
+++ b/client/assets/app.css
@@ -232,6 +232,20 @@ Bookshelf Label
-webkit-box-orient: vertical;
}
+.episode-subtitle-long {
+ word-break: break-word;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-height: 16px;
+ /* fallback */
+ max-height: 72px;
+ /* fallback */
+ -webkit-line-clamp: 6;
+ /* number of lines to show */
+ -webkit-box-orient: vertical;
+}
+
/* Padding for toastification toasts in the top right to not cover appbar/toolbar */
.app-bar-and-toolbar .Vue-Toastification__container.top-right {
diff --git a/client/components/tables/podcast/EpisodeTableRow.vue b/client/components/tables/podcast/EpisodeTableRow.vue
index a5b85e6e..b05d1c86 100644
--- a/client/components/tables/podcast/EpisodeTableRow.vue
+++ b/client/components/tables/podcast/EpisodeTableRow.vue
@@ -7,8 +7,7 @@
{{ subtitle }}
- +Season #{{ episode.season }}
Episode #{{ episode.episode }}
@@ -22,10 +21,6 @@{{ timeRemaining }}
- -{{ episode.subtitle }}
+