From 40faccd4eeb3943418e0bc5f770345adf536551d Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Fri, 9 Aug 2024 11:20:26 +0200 Subject: [PATCH] Remove old css workaround --- res/css/structures/ErrorView.pcss | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/css/structures/ErrorView.pcss b/res/css/structures/ErrorView.pcss index e76932356a..3506e78700 100644 --- a/res/css/structures/ErrorView.pcss +++ b/res/css/structures/ErrorView.pcss @@ -51,10 +51,7 @@ limitations under the License. h2 { margin: var(--cpd-space-8x) 0; - /* Workaround for heading sm being broken in Compound design tokens */ font-size: var(--cpd-font-size-heading-sm); - line-height: var(--cpd-font-line-height-tight); - font-weight: var(--cpd-font-weight-semibold); } p {