diff --git a/frontend/src/component/common/Table/cells/FeatureSeenCell/LastSeenTooltip.tsx b/frontend/src/component/common/Table/cells/FeatureSeenCell/LastSeenTooltip.tsx index 09ff8e1bcc..daa4f8e8f3 100644 --- a/frontend/src/component/common/Table/cells/FeatureSeenCell/LastSeenTooltip.tsx +++ b/frontend/src/component/common/Table/cells/FeatureSeenCell/LastSeenTooltip.tsx @@ -38,10 +38,11 @@ const StyledDescriptionBlockHeader = styled('p')(({ theme }) => ({ width: '40%', justifyContent: 'flex-start', })); -const StyledValueContainer = styled('div')({ +const StyledValueContainer = styled('div')(({ theme }) => ({ width: '40%', justifyContent: 'center', -}); + padding: theme.spacing(0, 1, 0, 1), +})); const StyledDescriptionSubHeader = styled('p')(({ theme }) => ({ fontSize: theme.fontSizes.smallBody,