From 6c2d8325543101d0a5415e5bec9e2eca8ff9c497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 2 Nov 2015 11:49:01 +0100 Subject: [PATCH] [Backport] Set max width to avoid scroll on Firefox --- app/styles/layout/kanban.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/layout/kanban.scss b/app/styles/layout/kanban.scss index b57d9884..ce1cb08d 100644 --- a/app/styles/layout/kanban.scss +++ b/app/styles/layout/kanban.scss @@ -3,6 +3,7 @@ flex-direction: column; height: $main-height; max-height: $main-height; + max-width: calc(100vw - 50px); header { min-height: 70px; }