mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-18 23:08:41 +00:00
21 lines
275 B
SCSS
21 lines
275 B
SCSS
.kanban-column {
|
|
.portlet-head {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
> a {
|
|
flex: 1;
|
|
}
|
|
|
|
div {
|
|
flex: 0;
|
|
}
|
|
}
|
|
|
|
min-width: 300px;
|
|
}
|
|
|
|
.kanban-board {
|
|
column-gap: 1rem;
|
|
flex-wrap: nowrap;
|
|
} |