From 51fdece3b1fc745de8c9893031d3e5397ffdf55c Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Thu, 18 Sep 2025 17:19:34 -0700 Subject: [PATCH] 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 --- apps/comments/src/components/Comment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index 80f035530fb..8c7bf862781 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -320,6 +320,7 @@ $comment-padding: 10px; display: flex; flex-grow: 1; flex-direction: column; + container-type: inline-size; } &__header {