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 4c1941a340..10d7db7c76 100644 --- a/packages/frontend/core/src/components/comment/sidebar/style.css.ts +++ b/packages/frontend/core/src/components/comment/sidebar/style.css.ts @@ -39,6 +39,7 @@ export const commentList = style({ export const empty = style({ height: '100%', flex: 1, + padding: 32, display: 'flex', alignItems: 'center', justifyContent: 'center',