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 */ } } } -