prevent filter field and composer breaking narrow layouts
This commit is contained in:
parent
e80f37603b
commit
c2eebb9af2
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ limitations under the License.
|
|||
|
||||
.LeftPanel .utilities .FilterField {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.LeftPanel ul {
|
||||
|
|
|
@ -71,6 +71,7 @@ limitations under the License.
|
|||
.MessageComposer > input {
|
||||
display: block;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue