diff --git a/app/components/DocumentPreview/components/PublishingInfo.js b/app/components/DocumentPreview/components/PublishingInfo.js index 0b233b0e0..faa7c5f83 100644 --- a/app/components/DocumentPreview/components/PublishingInfo.js +++ b/app/components/DocumentPreview/components/PublishingInfo.js @@ -10,6 +10,8 @@ import Breadcrumb from 'shared/components/Breadcrumb'; const Container = styled(Flex)` color: ${props => props.theme.textTertiary}; font-size: 13px; + white-space: nowrap; + overflow: hidden; `; const Modified = styled.span`