From bece5c3c696607648333eee20db011a7ad13b854 Mon Sep 17 00:00:00 2001 From: Zach Shilton <4624598+zchsh@users.noreply.github.com> Date: Thu, 18 Mar 2021 12:26:16 -0400 Subject: [PATCH] website: fix minor style issue in PluginTier component --- website/components/plugin-tier-label/style.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/components/plugin-tier-label/style.module.css b/website/components/plugin-tier-label/style.module.css index 4ebe4a397..d28e0f6c1 100644 --- a/website/components/plugin-tier-label/style.module.css +++ b/website/components/plugin-tier-label/style.module.css @@ -12,7 +12,9 @@ to match Terraform Registry tier labels. display: inline-flex; margin: 0; padding: 1px 8px 2px 8px; - vertical-align: baseline; + position: relative; + top: -1px; + vertical-align: bottom; /* variations */ &[data-tier='official'] { @@ -52,4 +54,3 @@ search bar present on docs pages */ } } } -