Commit b55cc09c6b17a8e8e04fa7c2e41473be57cd6abe
1 parent
478dc3eb
Exists in
master
and in
10 other branches
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,6 +664,10 @@ | ||
664 | height: auto !important; | 664 | height: auto !important; |
665 | margin: 0 !important; | 665 | margin: 0 !important; |
666 | min-height: 0 !important; | 666 | min-height: 0 !important; |
667 | + | ||
668 | + .info { | ||
669 | + max-height: none !important; | ||
670 | + } | ||
667 | } | 671 | } |
668 | .send-proposal-button { | 672 | .send-proposal-button { |
669 | text-align: center !important; | 673 | text-align: center !important; |
sass/style.scss
@@ -13,6 +13,9 @@ | @@ -13,6 +13,9 @@ | ||
13 | @import 'proposal_detail/urgencia-e-emergencia'; | 13 | @import 'proposal_detail/urgencia-e-emergencia'; |
14 | @import 'proposal_detail/mais-medicos'; | 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 | html, body { | 19 | html, body { |
17 | margin: 0; | 20 | margin: 0; |
18 | padding: 0; | 21 | padding: 0; |