fix notification overflow bug in FF
This commit is contained in:
parent
a0ce969a1a
commit
175c178f77
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue