Fix vertical height causing sublists to wrap
parent
6c31bf1a61
commit
1d84b46681
|
@ -23,5 +23,5 @@ limitations under the License.
|
||||||
// worry about in this stylesheet.
|
// worry about in this stylesheet.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap; // let the column overflow
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue