diff --git a/services/web/frontend/js/features/pdf-preview/components/pdf-file-list.jsx b/services/web/frontend/js/features/pdf-preview/components/pdf-file-list.jsx index 5eebb3c4e0..c4258c924b 100644 --- a/services/web/frontend/js/features/pdf-preview/components/pdf-file-list.jsx +++ b/services/web/frontend/js/features/pdf-preview/components/pdf-file-list.jsx @@ -79,7 +79,7 @@ function PdfFileList({ fileList }) { ))} {fileList.other.length > 0 && fileList.top.length > 0 && ( - + )} {fileList.other.map(file => ( diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss index 3a495c844e..98dd16856d 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss @@ -150,7 +150,8 @@ } .log-entry-content-raw { - font-size: var(--font-size-01); + @include body-xs; + color: var(--content-secondary); padding: var(--spacing-03); margin: 0;