mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
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>
This commit is contained in:
parent
2ea126532b
commit
51fdece3b1
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue