From 2097c60cc071315a194125d16e882162784182b6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 3 Nov 2017 15:48:43 -0400 Subject: [PATCH] UX: Wrap columns on categories/latest if the browser is too small --- app/assets/stylesheets/desktop/category-list.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/category-list.scss b/app/assets/stylesheets/desktop/category-list.scss index b5d0a93ab00..3eab6a1076d 100644 --- a/app/assets/stylesheets/desktop/category-list.scss +++ b/app/assets/stylesheets/desktop/category-list.scss @@ -116,10 +116,12 @@ .categories-and-latest { display: flex; - flex-direction: row; + flex-flow: row wrap; div.column { flex: 1; + flex-direction: row; + min-width: 300px; } div.column.categories {