diff --git a/app/assets/stylesheets/dr_rai.scss b/app/assets/stylesheets/dr_rai.scss index ae4e258226..d77c6ca980 100644 --- a/app/assets/stylesheets/dr_rai.scss +++ b/app/assets/stylesheets/dr_rai.scss @@ -145,7 +145,7 @@ $font-condensed: "Roboto Condensed", sans-serif; right: 3px; font-size: 20px; - button { + > button { display: flex; align-items: center; justify-items: center; @@ -592,6 +592,8 @@ $font-condensed: "Roboto Condensed", sans-serif; } .bs-canvas-overlay { + top: 0; + left: 0; opacity: 0; z-index: -1; } diff --git a/app/components/dashboard/dr_rai_report.html.erb b/app/components/dashboard/dr_rai_report.html.erb index c1d08d0776..70f66c4f6a 100644 --- a/app/components/dashboard/dr_rai_report.html.erb +++ b/app/components/dashboard/dr_rai_report.html.erb @@ -20,8 +20,24 @@ @@ -101,7 +117,8 @@ <% end %> <% unless is_lite_version? %> -
+
+

Create action

<% end %>
+<% if action_plans_editable? %> + +<% end %>