diff --git a/services/web/frontend/js/features/pdf-preview/components/pdf-synctex-controls.tsx b/services/web/frontend/js/features/pdf-preview/components/pdf-synctex-controls.tsx
index 2695616fb4..e20b08617f 100644
--- a/services/web/frontend/js/features/pdf-preview/components/pdf-synctex-controls.tsx
+++ b/services/web/frontend/js/features/pdf-preview/components/pdf-synctex-controls.tsx
@@ -57,17 +57,19 @@ const GoToCodeButton = memo(function GoToCodeButton({
description={t('go_to_pdf_location_in_code')}
overlayProps={overlayProps}
>
-
- {buttonIcon}
- {isDetachLayout ? {t('show_in_code')} : ''}
-
+
+
+ {buttonIcon}
+ {isDetachLayout ? {t('show_in_code')} : ''}
+
+
)
})
@@ -106,17 +108,19 @@ const GoToPdfButton = memo(function GoToPdfButton({
description={t('go_to_code_location_in_pdf')}
overlayProps={{ placement: tooltipPlacement }}
>
-
- {buttonIcon}
- {isDetachLayout ? {t('show_in_pdf')} : ''}
-
+
+
+ {buttonIcon}
+ {isDetachLayout ? {t('show_in_pdf')} : ''}
+
+
)
})