diff --git a/packages/ui/src/styles/typography.css b/packages/ui/src/styles/typography.css index c39652f1..a4673076 100644 --- a/packages/ui/src/styles/typography.css +++ b/packages/ui/src/styles/typography.css @@ -10,22 +10,22 @@ .typography-ui-header { font-size: var(--text-ui-header); - line-height: 1.45; + line-height: round(1.45em, 1px); } .typography-ui-label { font-size: var(--text-ui-label); - line-height: 1.45; + line-height: round(1.45em, 1px); } .typography-meta { font-size: var(--text-meta); - line-height: 1.45; + line-height: round(1.45em, 1px); } .typography-micro { font-size: var(--text-micro); - line-height: 1.45; + line-height: round(1.45em, 1px); } /*