UX: allow composer title to shrink when needed (#22863)

This commit is contained in:
Kris 2023-07-28 14:48:23 -04:00 committed by GitHub
parent 1d2cb3abdc
commit 331507f6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -129,18 +129,20 @@ html.composer-open {
align-items: center;
width: auto;
max-width: 100%;
min-width: 0; // allows shrinking when needed
.action-title {
display: flex;
align-items: center;
line-height: normal;
@include ellipsis;
}
min-width: 0;
.topic-link,
.user-link,
.post-link {
margin-right: 8px;
.topic-link,
.user-link,
.post-link {
margin-right: 8px;
@include ellipsis;
}
}
.username {