From f58327eeb1363076a06649d6f50c23251bbf1cb8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 20 Nov 2018 18:45:48 +0100 Subject: [PATCH] Slightly touched up tooltips --- templates/standalone/tooltip.lucius | 2 ++ templates/widgets/form.hamlet | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/templates/standalone/tooltip.lucius b/templates/standalone/tooltip.lucius index d85415d97..0a2154768 100644 --- a/templates/standalone/tooltip.lucius +++ b/templates/standalone/tooltip.lucius @@ -1,6 +1,8 @@ .js-tooltip { position: relative; display: inline-block; + height: 1.5rem; + vertical-align: -0.375rem; &:hover .tooltip__content { display: inline-block; diff --git a/templates/widgets/form.hamlet b/templates/widgets/form.hamlet index 2c0cfc9b8..79c2178a6 100644 --- a/templates/widgets/form.hamlet +++ b/templates/widgets/form.hamlet @@ -6,10 +6,11 @@ $case formLayout $# TODO: add class 'form-group--submit' if this is the submit-button view
$if not (Blaze.null $ fvLabel view) -