7145-wordBreak #2247

Merged
pablone merged 2 commits from 7145-wordBreak into dev 2024-04-04 07:38:52 +00:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 2a7807a4ab - Show all commits

View File

@ -4,10 +4,6 @@ td{
text-overflow: ellipsis;
}
/* .text-field{
text-overflow: ellipsis;
} */
h1 {
text-align: center;
}

View File

@ -103,7 +103,7 @@
<table width="100%">
<tbody>
<tr>
<th class="text-field font gray align-right">{{$t('street')}}</th>
<th class="font gray align-right">{{$t('street')}}</th>
<td>{{ticket.street}}</td>
<th class="font gray align-right">{{$t('postcode')}}</th>
<td>{{ticket.postalCode}}</td>