From 9d16c6da5cd5dd4ec1c542ab093672701f652f01 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 24 Aug 2018 14:18:58 -0400 Subject: [PATCH] Move tooltip copy inline --- styles/elements/_block_lists.scss | 7 +++++++ templates/workspace_project_new.html | 17 +++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/styles/elements/_block_lists.scss b/styles/elements/_block_lists.scss index f0549853..ac6936c0 100644 --- a/styles/elements/_block_lists.scss +++ b/styles/elements/_block_lists.scss @@ -18,7 +18,14 @@ .icon-tooltip { margin: -$gap; + } + &--grow { + display: inline-block; + width: 100%; + p { + margin-bottom: 0; + } } } diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index f5304b4b..d06b8270 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -40,14 +40,12 @@

Add a new project

- {{ Tooltip( - "AT-AT allows you to organize your workspace into multiple projects, each of which may have environments.", - title="learn more" - )}}
-
+

+ AT-AT allows you to organize your workspace into multiple projects, each of which may have environments. +

{{ TextInput(form.name) }} {{ TextInput(form.description, paragraph=True) }}
@@ -62,12 +60,11 @@ {% endif %}
-
+

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" - )}} +

+ Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security. +