diff --git a/styles/elements/_panels.scss b/styles/elements/_panels.scss index 27fdc144..303351fe 100644 --- a/styles/elements/_panels.scss +++ b/styles/elements/_panels.scss @@ -63,7 +63,6 @@ .panel__heading { margin: $gap * 2; - @include media($medium-screen) { margin: $gap * 4; } diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index e42a2e6f..98242bed 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -27,10 +27,12 @@

Project Environments

+ {{ Tooltip( "Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.", title="learn more" )}} +
+ +
- Add another environment + + +
+ + Cancel +
+ -
- - Cancel -
{% endblock %}