Commit 8455c40bb27601fafa249d8936584f7bc7dfeb6b
1 parent
a40e9e854f
Exists in
master
detalle responsive
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/views/modal-proveedor.html
1 | 1 | <div class="modal-header py-1"> |
2 | 2 | <div class="row w-100"> |
3 | - <div class="col-md-6"> | |
4 | - <h5 class="modal-title" ng-hide="transportista">Búsqueda de Proveedor</h5> | |
5 | - <h5 class="modal-title" ng-show="transportista">Búsqueda de Transportista</h5> | |
3 | + <div class="col-lg-6"> | |
4 | + <h5 class="modal-title my-1" ng-hide="transportista">Búsqueda de Proveedor</h5> | |
5 | + <h5 class="modal-title my-1" ng-show="transportista">Búsqueda de Transportista</h5> | |
6 | 6 | </div> |
7 | - <div class="input-group col-md-6 pr-0 my-2"> | |
7 | + <div class="input-group col-lg-6 pr-0 my-2"> | |
8 | 8 | <input |
9 | 9 | ladda="searchLoading" |
10 | 10 | type="text" |