fix(comments): add inline container size query to comment body

This helps to restore missing overflow behavior to the comments header
when a user's display name exceeds the sidebar width.

Signed-off-by: Edward Ly <contact@edward.ly>
pull/55180/head
Edward Ly 2025-09-18 17:19:34 +07:00
parent 2ea126532b
commit 51fdece3b1
No known key found for this signature in database
GPG Key ID: 62EA9B12D5B3AC47
1 changed files with 1 additions and 0 deletions

@ -320,6 +320,7 @@ $comment-padding: 10px;
display: flex;
flex-grow: 1;
flex-direction: column;
container-type: inline-size;
}
&__header {