[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:
Gabriel Akinyosoye 2023-11-24 04:56:38 +01:00 committed by GitHub
parent 8dff1ab906
commit 208b3fdb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,6 +476,7 @@
.header-status__text {
display: flex;
overflow: hidden;
flex-shrink: 0;
align-items: center;
margin-right: 7px;
line-height: 16px;