Skip to content

Commit

Permalink
improve text view
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 18, 2024
1 parent 595fa24 commit f7b0faa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<ion-list>
<ion-item>
<ion-label text-wrap>
<div>{{ card.name }}</div>
<div><strong>{{ card.name }}</strong></div>
<br>

<app-card-text [text]="card.text"></app-card-text>
</ion-label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@
}
}
}

.card-text-container {
width: var(--card-width);
height: var(--card-height);
}

0 comments on commit f7b0faa

Please sign in to comment.