This commit is contained in:
parent
de5e954ce2
commit
2a7807a4ab
|
@ -4,10 +4,6 @@ td{
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* .text-field{
|
||||
text-overflow: ellipsis;
|
||||
} */
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue