Improve wrapping experience

This commit is contained in:
Tessa Kelly 2019-11-25 16:10:52 -08:00
parent 469c9e000b
commit 248387cdb5

View File

@ -182,6 +182,7 @@ view showFocusLink { name, content } =
[ displayFlex
, alignItems center
, justifyContent flexStart
, flexWrap wrap
, padding (px 4)
, backgroundColor glacier
]