Commit ab6b6ac0523219d2b13f791e1b18b6573514ddf6
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Arreglo responsividad en input de calendario. See merge request !10
Showing
1 changed file
 
Show diff stats
src/views/foca-modal-nota-pedido.html
| ... | ... | @@ -36,7 +36,7 @@ | 
| 36 | 36 | |
| 37 | 37 | <div class="input-group row"> | 
| 38 | 38 | <small class="col-md-2 col-4 text-left my-1">Fecha Desde</small> | 
| 39 | - <div class="col-md-4 col-8 input-group mb-2"> | |
| 39 | + <div class="col-md-4 col-8 input-group mb-3"> | |
| 40 | 40 | <div class="input-group-prepend"> | 
| 41 | 41 | <button | 
| 42 | 42 | class="input-group-text" | 
| ... | ... | @@ -62,7 +62,7 @@ | 
| 62 | 62 | /> | 
| 63 | 63 | </div> | 
| 64 | 64 | <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small> | 
| 65 | - <div class="col-md-4 col-8 input-group mb-2"> | |
| 65 | + <div class="col-md-4 col-8 input-group mb-3"> | |
| 66 | 66 | <div class="input-group-prepend"> | 
| 67 | 67 | <button | 
| 68 | 68 | class="input-group-text" |