Ensure long contact names do not push contents outside of the window
This commit is contained in:
parent
a3068c74dc
commit
0a16c905b9
1 changed files with 1 additions and 6 deletions
|
@ -3,11 +3,7 @@
|
||||||
.inbox,
|
.inbox,
|
||||||
.gutter {
|
.gutter {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
overflow: hidden;
|
||||||
|
|
||||||
.inbox {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.expired {
|
.expired {
|
||||||
|
@ -86,7 +82,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-stack {
|
.conversation-stack {
|
||||||
flex-grow: 1;
|
|
||||||
.conversation {
|
.conversation {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue