@saooti/octopus-sdk 38.3.2 → 38.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -111,12 +111,12 @@ export default defineComponent({
|
|
|
111
111
|
shareText: this.$t("Listen this episode"),
|
|
112
112
|
emissionHtml: `<tr><td style="padding:5px 0;">
|
|
113
113
|
<div style="display:flex; margin-top:5px;">
|
|
114
|
-
<div style="font-size:20px; color:${this.arrayColors[1].color}; margin-right:5px;">${this.$t(
|
|
114
|
+
<div style="font-size:20px; color:${this.arrayColors[1].color}; margin-right:5px;text-wrap: nowrap;">${this.$t(
|
|
115
115
|
"Emission",
|
|
116
116
|
)} :</div>
|
|
117
117
|
<a href="${this.shareUrl}" style="font-size: 18px;color: ${
|
|
118
118
|
this.arrayColors[0].color
|
|
119
|
-
};">${this.podcast.emission.name}</a>
|
|
119
|
+
};overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">${this.podcast.emission.name}</a>
|
|
120
120
|
</div></td></tr>`,
|
|
121
121
|
articleHtml:
|
|
122
122
|
!this.podcast?.article || 0 === this.podcast.article?.length
|