MASTER-hotFix_travel_extraCommunity-css2 #1081

Merged
joan merged 2 commits from hotFix_travel_extraCommunity-css2 into master 2022-10-10 07:47:53 +00:00
2 changed files with 9 additions and 4 deletions
Showing only changes of commit 18cd34bccb - Show all commits

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;
}
}