Commit 7209eea12ec44762ef5cf4a218da4f8ca1483513

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

espacio de cantidad

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
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"