mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 18:42:45 +08:00
UX: allow composer title to shrink when needed (#22863)
This commit is contained in:
parent
1d2cb3abdc
commit
331507f6b0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user