Skip to content

Commit

Permalink
Use automatic hyphens for a word breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 15, 2024
1 parent e3f4f15 commit c58084a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
<h3>
{{ group.name }}
</h3>
<table class="w-full text-left mt-10 table-fixed break-all">
<table
class="w-full text-left mt-10 table-fixed break-words hyphens-auto"
>
<thead>
<tr>
<th class="w-6/12 sm:w-4/6">Eigenschaft</th>
Expand Down

0 comments on commit c58084a

Please sign in to comment.