page-header-meta: shrink - firefox fix

This commit is contained in:
Felix Niklas 2015-12-14 16:12:33 +01:00
parent 51dff37024
commit d11f05881a

View file

@ -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;
} }