.kanban { display: flex; flex-direction: column; height: $main-height; max-height: $main-height; max-width: calc(100vw - 50px); position: relative; header { min-height: 70px; } .kanban-settings { float: right; } .burndown-container { display: none; } } .kanban-header { align-items: center; display: flex; justify-content: space-between; .options { display: flex; } }