diff --git a/app/views/branded/answers/_new_edit.html.erb b/app/views/branded/answers/_new_edit.html.erb index cb60fd6..80b40cf 100644 --- a/app/views/branded/answers/_new_edit.html.erb +++ b/app/views/branded/answers/_new_edit.html.erb @@ -69,7 +69,7 @@ <% if template.present? && template.org.present? %> <% question.get_example_answers([base_template_org.id, template.org.id]).each do |annotation| %> <% if annotation.present? && annotation.org.present? && annotation.text.present? %> -
+
<%="#{annotation.org.abbreviation} "%> <%=_('example answer')%> diff --git a/lib/assets/stylesheets/dmpopidor.scss b/lib/assets/stylesheets/dmpopidor.scss index 5256b88..1a04f2c 100644 --- a/lib/assets/stylesheets/dmpopidor.scss +++ b/lib/assets/stylesheets/dmpopidor.scss @@ -255,6 +255,10 @@ border: 1px solid $blue; } } + // example answer + .example-answer { + overflow: auto; + } // main border .panel-default { border-color: $blue;