focalboard/webapp/src/components/centerPanel.scss

9 lines
121 B
SCSS
Raw Normal View History

.CenterPanel {
2020-10-25 22:17:13 +01:00
.octo-board {
flex: 0 1 auto;
display: flex;
flex-direction: column;
}
}