Commit a2a93032aaee636ed3c88e1de9190cb8829d0c19
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !11
Showing
1 changed file
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> |