Commit 3fff11dc1f305b3caa7c68d04ec9c3d52d349240
1 parent
2ecc71be
Exists in
institution_modal_on_rating
Fix bug on noosfero theme on software rating
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... | ... | @@ -239,7 +239,7 @@ |
239 | 239 | |
240 | 240 | #content .star-rate-form .star-comment-container .comments-software-extra-fields { |
241 | 241 | height: 0; |
242 | - overflow: hidden; | |
242 | + overflow: initial; | |
243 | 243 | } |
244 | 244 | |
245 | 245 | #content .star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments { | ... | ... |