This commit is contained in:
parent
de5e954ce2
commit
2a7807a4ab
|
@ -4,10 +4,6 @@ td{
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .text-field{
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
} */
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<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>
|
<td>{{ticket.street}}</td>
|
||||||
<th class="font gray align-right">{{$t('postcode')}}</th>
|
<th class="font gray align-right">{{$t('postcode')}}</th>
|
||||||
<td>{{ticket.postalCode}}</td>
|
<td>{{ticket.postalCode}}</td>
|
||||||
|
|
Loading…
Reference in New Issue