From 15870d5de5e78983e3d990fc6ba7457e5e6f449f Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Tue, 2 Aug 2022 11:04:12 +0200 Subject: [PATCH] Don't overwrite the defined typology to avoid decentralizing the styling I ws doing this in the Review compoent scss. --- src/stories/Library/review/review.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stories/Library/review/review.scss b/src/stories/Library/review/review.scss index 2ce868315..8a78e96a4 100644 --- a/src/stories/Library/review/review.scss +++ b/src/stories/Library/review/review.scss @@ -28,7 +28,6 @@ &__body { max-width: 545px; - line-height: 16px; color: $c-text-secondary-gray; } }