From 5bc267f3e2b77caca1920535ed94261aab6c1430 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 16 Mar 2023 05:54:20 -0700 Subject: [PATCH] Fix ContentUpdate styling --- components/ContentUpdate/index.scss | 11 +++++++++++ components/ContentUpdate/index.tsx | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/ContentUpdate/index.scss b/components/ContentUpdate/index.scss index e69de29b..6d8cc907 100644 --- a/components/ContentUpdate/index.scss +++ b/components/ContentUpdate/index.scss @@ -0,0 +1,11 @@ +.Content.Version { + .Contents { + margin-bottom: $unit-3x; + } + + .Notes h4 { + font-weight: $medium; + font-size: $font-regular; + margin-bottom: $unit-2x; + } +} diff --git a/components/ContentUpdate/index.tsx b/components/ContentUpdate/index.tsx index 33aa6a32..13df3c85 100644 --- a/components/ContentUpdate/index.tsx +++ b/components/ContentUpdate/index.tsx @@ -117,9 +117,9 @@ const ContentUpdate = ({ {uncapItemSection('summon')} {numNotes > 0 ? ( -
+
-

{updates('labels.updates')}

+

{updates('labels.updates')}

    {[...Array(numNotes)].map((e, i) => (