diff --git a/app/assets/stylesheets/newflow.scss b/app/assets/stylesheets/newflow.scss index c7c9715a6..f9b02bc18 100644 --- a/app/assets/stylesheets/newflow.scss +++ b/app/assets/stylesheets/newflow.scss @@ -309,6 +309,10 @@ input.has-error { margin: 0 auto; } +.flush-left p { + padding-left: 0; +} + .policy { max-width: 800px; margin: 20px auto; diff --git a/app/views/terms/show.html.erb b/app/views/terms/show.html.erb index 6c4a0858e..22f6b32f9 100644 --- a/app/views/terms/show.html.erb +++ b/app/views/terms/show.html.erb @@ -1,4 +1,4 @@ -<%= ox_card(classes: "center") do %> +<%= ox_card(classes: "flush-left") do %>
<%= @contract.content.html_safe %>