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 3 weeks ago
parent 2ea126532b
commit 51fdece3b1
No known key found for this signature in database
GPG Key ID: 62EA9B12D5B3AC47
  1. 1
      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 {

Loading…
Cancel
Save