Skip to content

Commit

Permalink
Merge pull request #11265 from muditchoudhary/issue-8532-replace-Text…
Browse files Browse the repository at this point in the history
…Truncator-TopicsMobileHeader

Issue 8532 replace text Truncator topics in TopicsMobileHeader.vue
  • Loading branch information
rtibbles authored Sep 22, 2023
2 parents 43314ea + 65b525b commit 4e84fc9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
:layout4="{ span: 3 }"
>
<h1 class="mobile-title" data-test="mobile-title">
<TextTruncator
<TextTruncatorCss
:text="topic.title"
:maxHeight="110"
:maxLines="2"
/>
</h1>
</KGridItem>
Expand All @@ -30,11 +30,11 @@

<script>
import TextTruncator from 'kolibri.coreVue.components.TextTruncator';
import TextTruncatorCss from 'kolibri.coreVue.components.TextTruncatorCss';
export default {
name: 'TopicsMobileHeader',
components: { TextTruncator },
components: { TextTruncatorCss },
props: {
topic: {
type: Object,
Expand Down

0 comments on commit 4e84fc9

Please sign in to comment.