Skip to content

Commit

Permalink
Improve table column widths
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Aug 8, 2024
1 parent 9b8e0c4 commit ecd78b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@ const examples = [
<table v-if="state.ppn && state.loadingPhase > 1 && state.titleName">
<tbody>
<tr>
<th>PPN</th>
<th style="max-width: 30%;">
PPN
</th>
<td>{{ state.ppn }}</td>
</tr>
<tr>
Expand Down Expand Up @@ -381,7 +383,9 @@ const examples = [
<tr>
<th>Vokabular</th>
<th>Notation</th>
<th>Quellen</th>
<th style="min-width: 50%;">
Quellen
</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit ecd78b9

Please sign in to comment.