Commit dbaeccc027f3afbad41c4a99cee148f3d02c007c
1 parent
ea3a86c6
Exists in
master
and in
8 other branches
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,7 +48,7 @@ | ||
48 | <div ng-if="pageInicio.loading && !pageInicio.error"> | 48 | <div ng-if="pageInicio.loading && !pageInicio.error"> |
49 | <div class="alert alert-info" role="alert">Carregando conteúdo...</div> | 49 | <div class="alert alert-info" role="alert">Carregando conteúdo...</div> |
50 | </div> | 50 | </div> |
51 | - | 51 | + |
52 | <div ng-if="pageInicio.error"> | 52 | <div ng-if="pageInicio.error"> |
53 | <div class="alert alert-danger" role="alert"> | 53 | <div class="alert alert-danger" role="alert"> |
54 | Erro ao carregar o conteúdo principal. | 54 | Erro ao carregar o conteúdo principal. |
@@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
89 | </div> | 89 | </div> |
90 | </div> | 90 | </div> |
91 | <div class="row"> | 91 | <div class="row"> |
92 | - <div class="col-xs-6 col-sm-7 col-md-9"> | 92 | + <div class="col-xs-12"> |
93 | <label for="articleQueryFilter" class="control-label sr-only">Buscar programas:</label> | 93 | <label for="articleQueryFilter" class="control-label sr-only">Buscar programas:</label> |
94 | <input id="articleQueryFilter" type="search" class="form-control" ng-model="pageInicio.query" placeholder="Buscar programas" aria-label="Buscar programas" > | 94 | <input id="articleQueryFilter" type="search" class="form-control" ng-model="pageInicio.query" placeholder="Buscar programas" aria-label="Buscar programas" > |
95 | </div> | 95 | </div> |