Ensure long contact names do not push contents outside of the window
This commit is contained in:

committed by
Scott Nonnenberg

parent
a3068c74dc
commit
0a16c905b9
@@ -3,11 +3,7 @@
|
||||
.inbox,
|
||||
.gutter {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.inbox {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.expired {
|
||||
@@ -86,7 +82,6 @@
|
||||
}
|
||||
|
||||
.conversation-stack {
|
||||
flex-grow: 1;
|
||||
.conversation {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user