Commit b55cc09c6b17a8e8e04fa7c2e41473be57cd6abe

Authored by Leonardo Merlin
1 parent 478dc3eb

Aumenta o max-height para tentar resolver 1 dos problemas da issue #101

Showing 2 changed files with 7 additions and 0 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -664,6 +664,10 @@
664 664 height: auto !important;
665 665 margin: 0 !important;
666 666 min-height: 0 !important;
  667 +
  668 + .info {
  669 + max-height: none !important;
  670 + }
667 671 }
668 672 .send-proposal-button {
669 673 text-align: center !important;
... ...
sass/style.scss
... ... @@ -13,6 +13,9 @@
13 13 @import 'proposal_detail/urgencia-e-emergencia';
14 14 @import 'proposal_detail/mais-medicos';
15 15  
  16 +// Prevent text size change on orientation change.
  17 +html { -webkit-text-size-adjust: 100%; }
  18 +
16 19 html, body {
17 20 margin: 0;
18 21 padding: 0;
... ...