Remove old css workaround

This commit is contained in:
Florian Duros 2024-08-09 11:20:26 +02:00
parent b230e8ae62
commit 40faccd4ee
No known key found for this signature in database
GPG key ID: A5BBB4041B493F15

View file

@ -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 {