diff options
| -rw-r--r-- | app/assets/stylesheets/components/_alerts.sass | 2 | ||||
| -rw-r--r-- | app/views/routing_constraint_zones/edit.html.slim | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/components/_alerts.sass b/app/assets/stylesheets/components/_alerts.sass index 50799ff65..e83f38ead 100644 --- a/app/assets/stylesheets/components/_alerts.sass +++ b/app/assets/stylesheets/components/_alerts.sass @@ -3,7 +3,7 @@ //----------// .alert - margin: 0 + margin: 0 default // padding: 10px 50px border-radius: 0 border: none diff --git a/app/views/routing_constraint_zones/edit.html.slim b/app/views/routing_constraint_zones/edit.html.slim index 7ecba1918..d0e0ded32 100644 --- a/app/views/routing_constraint_zones/edit.html.slim +++ b/app/views/routing_constraint_zones/edit.html.slim @@ -18,10 +18,10 @@ .separator - - @routing_constraint_zone.errors[:stop_point_ids].each do |error_message| - .alert.alert-danger = error_message - #ITL_stoppoints + - @routing_constraint_zone.errors[:stop_point_ids].each do |error_message| + .alert.alert-danger.mb-md = error_message + .subform .nested-head .wrapper |
