diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss index ec2d62c70..50d6755fc 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss @@ -19,6 +19,7 @@ redaction-pdf-viewer { .filename { display: flex; justify-content: center; + align-items: center; } .right-fixed-container { diff --git a/apps/red-ui/src/assets/styles/red-components.scss b/apps/red-ui/src/assets/styles/red-components.scss index 4a8d0e079..ead6b6fa4 100644 --- a/apps/red-ui/src/assets/styles/red-components.scss +++ b/apps/red-ui/src/assets/styles/red-components.scss @@ -77,6 +77,7 @@ font-size: 10px; font-weight: 600; line-height: 12px; + height: 12px; text-align: center; white-space: pre; }