diff --git a/kolibri/plugins/learn/assets/src/views/ChannelCard.vue b/kolibri/plugins/learn/assets/src/views/ChannelCard.vue index 564544195e4..f13f5408c98 100644 --- a/kolibri/plugins/learn/assets/src/views/ChannelCard.vue +++ b/kolibri/plugins/learn/assets/src/views/ChannelCard.vue @@ -21,9 +21,9 @@ dir="auto" :style="{ borderBottom: `1px solid ${$themeTokens.fineLine}` }" > - @@ -43,9 +43,9 @@ span="3" alignment="auto" > - @@ -84,7 +84,7 @@ import { validateLinkObject } from 'kolibri.utils.validators'; import responsiveWindowMixin from 'kolibri.coreVue.mixins.responsiveWindowMixin'; import CoachContentLabel from 'kolibri.coreVue.components.CoachContentLabel'; - import TextTruncator from 'kolibri.coreVue.components.TextTruncator'; + import TextTruncatorCss from 'kolibri.coreVue.components.TextTruncatorCss'; import ChannelThumbnail from './ChannelThumbnail'; export default { @@ -92,7 +92,7 @@ components: { ChannelThumbnail, CoachContentLabel, - TextTruncator, + TextTruncatorCss, }, mixins: [responsiveWindowMixin], props: { @@ -153,12 +153,6 @@ minHeight: `${this.overallHeight}px`, }; }, - titleHeight() { - return 60; - }, - taglineHeight() { - return 155; - }, versionStyle() { return { color: this.$themeTokens.annotation,