From 0065fd108fd3c7956f92a98e4a840cfe3e6b2b8e Mon Sep 17 00:00:00 2001 From: Seung Park Date: Thu, 1 Aug 2024 09:10:24 -0400 Subject: [PATCH] DOP-4839: use same buffer for target links (#1184) --- src/components/Target.js | 2 +- tests/unit/__snapshots__/Target.test.js.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Target.js b/src/components/Target.js index 5376c0918..351dd25f1 100644 --- a/src/components/Target.js +++ b/src/components/Target.js @@ -20,7 +20,7 @@ const DescriptionTerm = ({ children, html_id, ...rest }) => { {children.map((child, j) => ( ))} - + ); }; diff --git a/tests/unit/__snapshots__/Target.test.js.snap b/tests/unit/__snapshots__/Target.test.js.snap index 1b07c6969..e521e3789 100644 --- a/tests/unit/__snapshots__/Target.test.js.snap +++ b/tests/unit/__snapshots__/Target.test.js.snap @@ -53,7 +53,7 @@ a .emotion-0 { } .emotion-3 { - margin-top: -150px; + margin-top: -175px; position: absolute; padding-bottom: 2px; }