Skip to content

Commit 553b3d5

Browse files
authored
Merge pull request nextcloud#55180 from nextcloud/fix/comments/display-name-overflow
fix(comments): add inline container size query to comment body
2 parents 7f097bc + 128bf20 commit 553b3d5

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

apps/comments/src/components/Comment.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ $comment-padding: 10px;
320320
display: flex;
321321
flex-grow: 1;
322322
flex-direction: column;
323+
container-type: inline-size;
323324
}
324325
325326
&__header {

dist/7462-7462.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/7462-7462.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/comments-comments-tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)