Commit a4c967375d9df17ab8090c57badb758b4eead72c
1 parent
e5c04c55bd
Exists in
master
and in
1 other branch
Arreglo responsividad en input de calendario.
Showing
1 changed file
with
2 additions
and
2 deletions
 
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" |