Commit a9ba7eccaaccf422c92bcdcc43827f0ddbfb9fcc

Authored by Nicolás Guarnieri
Exists in master and in 2 other branches develop, lab

Merge branch 'master' into 'master'

Master

See merge request modulos-npm/foca-crear-hoja-ruta!14
src/views/hoja-ruta.html
... ... @@ -91,7 +91,7 @@
91 91 <th class="col-2">Remito</th>
92 92 <th class="col">Cliente</th>
93 93 <th class="col">Dirección</th>
94   - <th class="col-1 text-right">Cantidad</th>
  94 + <th class="text-right" style="width: 80px">Cantidad</th>
95 95 <th class="col-auto">
96 96 <button
97 97 class="btn btn-outline-secondary selectable"
... ... @@ -126,7 +126,7 @@
126 126 ></td>
127 127 <th class="col" ng-bind="remito.cliente[0].NOM"></th>
128 128 <th class="col" ng-bind="remito.domicilioStamp"></th>
129   - <th class="col-1 text-right" ng-bind="remito.litros"></th>
  129 + <th class="text-right" ng-bind="remito.litros" style="width: 80px"></th>
130 130 <td class="text-center col-auto">
131 131 <button
132 132 class="btn btn-outline-secondary"