Fix vertical height causing sublists to wrap

pull/21833/head
Travis Ralston 2020-06-10 15:22:17 -06:00
parent 6c31bf1a61
commit 1d84b46681
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ limitations under the License.
// worry about in this stylesheet.
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-wrap: nowrap; // let the column overflow
}