prevent filter field and composer breaking narrow layouts

This commit is contained in:
Bruno Windels 2020-10-08 10:11:12 +02:00
parent e80f37603b
commit c2eebb9af2
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ limitations under the License.
.LeftPanel .utilities .FilterField {
flex: 1;
min-width: 0;
}
.LeftPanel ul {

View file

@ -71,6 +71,7 @@ limitations under the License.
.MessageComposer > input {
display: block;
flex: 1;
min-width: 0;
box-sizing: border-box;
}