Add min-width/height=0 to flex content to fix behavior in Firefox.

This commit is contained in:
David Anson 2015-05-07 23:11:28 -07:00
parent 08603cacec
commit 13fbeba20f

View file

@ -55,6 +55,8 @@ textarea {
.flex-fill {
flex-grow: 1;
flex-basis: 0;
min-width: 0;
min-height: 0;
}
.highlight {
background: yellow;