@@ -40,7 +40,7 @@
<td style="word-break:break-all;">{{p.observaciones}}</td>
<td>${{p.subtotal}}</td>
<td><span class="status-label" ng-class="[p.estado]">{{p.estado}}<span></td>
- <td>
+ <td style="min-width:135px">
<a ng-if="p.estado==='CREADO'" href="#" ng-href="edit/{{userdata.hash}}/{{p.id}}" title="Editar" class="status-label action-label">
Editar
</a>