fix(travel_extraCommunity): css
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-10-10 08:57:41 +02:00
parent bdf156638d
commit 18cd34bccb
2 changed files with 9 additions and 4 deletions

View File

@ -54,7 +54,7 @@
<th field="stickers" number>
<span translate>Packages</span>
</th>
<th field="kg" number>
<th field="kg" centered>
<span translate>Bl. KG</span>
</th>
<th field="loadedKg" number>
@ -100,7 +100,7 @@
{{::travel.id}}
</span>
</td>
<td vn-click-stop>
<td class="multi-line" vn-click-stop>
<span
class="link"
ng-click="supplierDescriptor.show($event, travel.cargoSupplierFk)">
@ -151,7 +151,7 @@
{{::entry.id}}
</span>
</td>
<td>
<td class="multi-line">
<span
class="link"
ng-click="supplierDescriptor.show($event, entry.supplierFk)">

View File

@ -52,10 +52,15 @@ vn-travel-extra-community {
vn-input-number.number {
min-width: 100px;
padding-right: 10px;
}
.number * {
text-align: center;
}
.multi-line{
max-width: 200px;
word-wrap: normal;
white-space: normal;
}
}