mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-55135] Show header status width despite long header (#25138)
* use flex-shrink to retain header status width * update header --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
8dff1ab906
commit
208b3fdb65
@ -476,6 +476,7 @@
|
||||
.header-status__text {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
margin-right: 7px;
|
||||
line-height: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user