diff --git a/styles/elements/_panels.scss b/styles/elements/_panels.scss index 61b0acd6..c6b9a510 100644 --- a/styles/elements/_panels.scss +++ b/styles/elements/_panels.scss @@ -75,6 +75,12 @@ .icon-tooltip { margin-left: $gap*2; } + + &--grow { + display: flex; + flex-direction: row; + justify-content: space-between; + } } } diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index aac5c7a9..85cdf673 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -9,7 +9,7 @@
{{ form.csrf_token }}
-
+

Add a new project

{{ Tooltip( "AT-AT allows you to organize your workspace into multiple projects, each of which may have environments.",