mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fixed wrapping button label for followed threads (#27330)
Automatic Merge
This commit is contained in:
parent
0d5e30dddb
commit
1fd346f28e
@ -23,12 +23,23 @@
|
||||
+ .tab-button-wrapper {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
Button {
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
|
||||
.Button_label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
display: grid;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
grid-template-columns: minmax(0, auto) minmax(0, auto);
|
||||
}
|
||||
|
||||
.right-anchor {
|
||||
|
Loading…
Reference in New Issue
Block a user