Prechádzať zdrojové kódy

add min-width on buttons column to avoid buttons getting cropped

David 9 rokov pred
rodič
commit
bfd0bf4891
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      views/main.html

+ 1 - 1
views/main.html

@@ -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>