remove: refs #7145 dev code
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-04-04 08:49:47 +02:00
parent de5e954ce2
commit 2a7807a4ab
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -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>