Commit 811a4c2776d5096c3b1395c6c6f0a072557bbde2

Authored by Victor Costa
1 parent d9e6f9c7

Fix proposal box

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/pages/programas/programa.html
... ... @@ -76,7 +76,7 @@
76 76 </div>
77 77 </div>
78 78 <!-- Preview > coluna da direita -->
79   - <div class="col-md-4 hidden-xs hidden-sm">
  79 + <div class="col-md-4">
80 80 <div class="row" ng-if="!pagePrograma.article.archived">
81 81 <!-- Top Proposals -->
82 82 <div>
... ...