From b92d64ffe9432ecdec2d1e40175911243582bc55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 3 Oct 2016 11:51:36 +0200 Subject: [PATCH] Align taskboard options --- app/styles/layout/kanban.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/layout/kanban.scss b/app/styles/layout/kanban.scss index 11a7ea77..dca0852f 100644 --- a/app/styles/layout/kanban.scss +++ b/app/styles/layout/kanban.scss @@ -24,3 +24,8 @@ display: flex; } } + +.taskboard-actions { + align-items: center; + display: flex; +}