Commit 9caec9d60d3a4be04055ccd0e81a6bb81f2bc79f
1 parent
051801ecc6
Exists in
master
Arreglo en cabecera (para ver todo alineado en un 'renglon').
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/cabecera.html
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | </div> |
61 | 61 | <div class="row py-2" ng-repeat="seccion in cabeceras" ng-show="showCabecera"> |
62 | 62 | <strong ng-bind="seccion.seccion"></strong> |
63 | - <div class="col-auto" ng-repeat="cab in seccion.cabeceras" ng-show="showCabecera"> | |
63 | + <div class="col-auto my-auto" ng-repeat="cab in seccion.cabeceras" ng-show="showCabecera"> | |
64 | 64 | <span class="label" ng-bind="cab.label"></span> |
65 | 65 | <span class="valor" ng-bind="cab.valor"></span> |
66 | 66 | </div> |