Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
📏 Punishment text too big fix (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivelswhy authored Jun 15, 2023
1 parent a72dc3b commit 19ab037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/schoollife/SchoollifeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@
</ion-label>
</ion-item>

<ion-item v-for="(punish, i) in punishments" :key="i">
<ion-item v-for="(punish, i) in punishments" :key="i" >
<span class="material-symbols-outlined mdls" slot="start">gavel</span>

<ion-label>
<ion-label class="ion-text-wrap">
<h2>{{ punish.homeworks.text }}</h2>

<p>{{ punish.data.reasons.text[0] }} - {{ punish.data.reasons.circumstances }}</p>
Expand Down

0 comments on commit 19ab037

Please sign in to comment.