page-header-meta: shrink - firefox fix
This commit is contained in:
parent
51dff37024
commit
d11f05881a
1 changed files with 3 additions and 1 deletions
|
@ -1829,11 +1829,13 @@ kbd {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0; /* firefox flexbug */
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: hidden;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue