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/55193/head
Edward Ly 2025-09-18 17:19:34 +07:00 committed by nextcloud-command
parent f407d42e94
commit 87f5361522
1 changed files with 1 additions and 0 deletions

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