diff --git a/styles/elements/_block_lists.scss b/styles/elements/_block_lists.scss index aaa2b614..cba9edad 100644 --- a/styles/elements/_block_lists.scss +++ b/styles/elements/_block_lists.scss @@ -35,6 +35,10 @@ line-height: 3rem; } +@mixin block-list__description { + margin-top: $gap*2; +} + @mixin block-list__footer { @include panel-base; @include panel-theme-default; @@ -93,6 +97,10 @@ @include block-list__title; } +.block-list__description { + @include block-list__description; +} + .block-list__item { @include block-list-item; diff --git a/templates/workspaces/members/edit.html b/templates/workspaces/members/edit.html index 51061c73..b12538fa 100644 --- a/templates/workspaces/members/edit.html +++ b/templates/workspaces/members/edit.html @@ -52,13 +52,15 @@ {% call Modal(name='rolesModal', dismissable=False) %}
An environment role determines the permissions a member of the workspace assumes when using the JEDI Cloud.
-A member may have different environment roles across different projects. A member can only have one assigned environment role in a given environment.
+An environment role determines the permissions a member of the workspace assumes when using the JEDI Cloud.
+A member may have different environment roles across different projects. A member can only have one assigned environment role in a given environment.
+