fix notification overflow bug in FF

This commit is contained in:
Felix Niklas 2015-06-11 13:12:08 +02:00
parent a0ce969a1a
commit 175c178f77

View file

@ -2744,7 +2744,7 @@ footer {
position: relative; position: relative;
display: flex; display: flex;
flex: 1; flex: 1;
min-width: 0; min-width: 0; /* Firefox workaround */
} }
.activity-entry:not(:last-child) .activity-body:after { .activity-entry:not(:last-child) .activity-body:after {
@ -2767,7 +2767,7 @@ footer {
.activity-message { .activity-message {
flex: 1; flex: 1;
min-width: 0; min-width: 0; /* Firefox workaround */
} }
.activity-time { .activity-time {