From 5616fa4f11099718ff0f898604c211004648d40a Mon Sep 17 00:00:00 2001 From: luis cielak Date: Wed, 22 Aug 2018 10:59:32 -0400 Subject: [PATCH] Adjust block list title alignmnet when there is a tooltip --- styles/elements/_block_lists.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/elements/_block_lists.scss b/styles/elements/_block_lists.scss index 6cb24d11..ade36741 100644 --- a/styles/elements/_block_lists.scss +++ b/styles/elements/_block_lists.scss @@ -15,11 +15,16 @@ display: flex; flex-direction: row; justify-content: space-between; + + .icon-tooltip { + padding: 0.25rem 0.5rem; + } } @mixin block-list__title { @include h4; margin: 0; + line-height: 3rem; } @mixin block-list__footer {