diff --git a/app/assets/stylesheets/steps.scss b/app/assets/stylesheets/steps.scss index 8f66e9bb9..e085f2459 100644 --- a/app/assets/stylesheets/steps.scss +++ b/app/assets/stylesheets/steps.scss @@ -44,7 +44,8 @@ display: inline-block; } - .panel-heading { + .step-heading { + align-items: center; border: 0; display: flex; min-height: 46px; diff --git a/app/views/steps/_step.html.erb b/app/views/steps/_step.html.erb index 08bd7f7fb..840db03d2 100644 --- a/app/views/steps/_step.html.erb +++ b/app/views/steps/_step.html.erb @@ -2,7 +2,7 @@ <% import = (defined?(import) ? import : false) %>