diff --git a/packages/frontend/core/src/components/comment/sidebar/style.css.ts b/packages/frontend/core/src/components/comment/sidebar/style.css.ts index 10d7db7c76..9f431c4f58 100644 --- a/packages/frontend/core/src/components/comment/sidebar/style.css.ts +++ b/packages/frontend/core/src/components/comment/sidebar/style.css.ts @@ -42,6 +42,8 @@ export const empty = style({ padding: 32, display: 'flex', alignItems: 'center', + textAlign: 'center', + lineHeight: '24px', justifyContent: 'center', color: cssVarV2('text/secondary'), });