Commit dbaeccc027f3afbad41c4a99cee148f3d02c007c

Authored by Leonardo Merlin
1 parent ea3a86c6

Search input query has full size now

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/pages/inicio/inicio.html
... ... @@ -48,7 +48,7 @@
48 48 <div ng-if="pageInicio.loading && !pageInicio.error">
49 49 <div class="alert alert-info" role="alert">Carregando conteúdo...</div>
50 50 </div>
51   -
  51 +
52 52 <div ng-if="pageInicio.error">
53 53 <div class="alert alert-danger" role="alert">
54 54 Erro ao carregar o conteúdo principal.
... ... @@ -89,7 +89,7 @@
89 89 </div>
90 90 </div>
91 91 <div class="row">
92   - <div class="col-xs-6 col-sm-7 col-md-9">
  92 + <div class="col-xs-12">
93 93 <label for="articleQueryFilter" class="control-label sr-only">Buscar programas:</label>
94 94 <input id="articleQueryFilter" type="search" class="form-control" ng-model="pageInicio.query" placeholder="Buscar programas" aria-label="Buscar programas" >
95 95 </div>
... ...