Commit 638b8499cfbcc8e013a2b411e4490f4c0b35ad9f
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !9
Showing
1 changed file
Show diff stats
src/views/foca-modal.html
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <div class="row w-100"> |
3 | 3 | <div ng-class="(parametrosModal.size == 'md') ? 'col-lg-12' : 'col-lg-6'"> |
4 | 4 | <h5 class="modal-title my-1">{{parametrosModal.titulo}}</h5> |
5 | - <h6 ng-if="parametrosModal.subTitulo">{{parametrosModal.subTitulo}}</h6> | |
5 | + <small ng-if="parametrosModal.subTitulo">{{parametrosModal.subTitulo}}</small> | |
6 | 6 | </div> |
7 | 7 | <div class="input-group pr-0 my-2" ng-class="(parametrosModal.size == 'md') ? 'col-lg-12' : 'col-lg-6'"> |
8 | 8 | <input |