diff --git a/lib/pages/editor.rb b/lib/pages/editor.rb index 9706f74..1f85c97 100644 --- a/lib/pages/editor.rb +++ b/lib/pages/editor.rb @@ -396,6 +396,12 @@ module TAC comment_label.value = comment.to_s end + if action_is_child?(action) + action_container.style.default[:margin_left] = 72 + else + action_container.style.default[:margin_left] = 0 + end + action_container.style.tag = name update_list_children(@actions_list)