diff --git a/app/assets/stylesheets/dmpopidor.scss b/app/assets/stylesheets/dmpopidor.scss index d7d2bc3..bcbded6 100644 --- a/app/assets/stylesheets/dmpopidor.scss +++ b/app/assets/stylesheets/dmpopidor.scss @@ -749,13 +749,15 @@ border: 0.5px groove $color-border-light; box-shadow: 0px 0px 0px 0px $color-shadow-dark; - .research-output-names { + .research-output-value { display: flex; - .research-output-fullname { - flex: 8; + strong { + flex: 2; + text-align: right; } - .research-output-abbreviation { - flex: 3; + span { + padding-left: 20px; + flex: 8; } } } diff --git a/app/views/branded/plans/_show_research_outputs.html.erb b/app/views/branded/plans/_show_research_outputs.html.erb index 8c2aa0a..b21e360 100644 --- a/app/views/branded/plans/_show_research_outputs.html.erb +++ b/app/views/branded/plans/_show_research_outputs.html.erb @@ -4,28 +4,28 @@ <% @research_outputs.each do |research_output|%> <% other_type_displayed = research_output.research_output_type && research_output.research_output_type.is_other ? '' : 'display:none;' %>