mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-13 20:38:40 +00:00
14 lines
294 B
CSS
14 lines
294 B
CSS
.kanban-column .portlet-head {
|
|
display: flex;
|
|
flex-direction: row; }
|
|
.kanban-column .portlet-head > a {
|
|
flex: 1; }
|
|
.kanban-column .portlet-head div {
|
|
flex: 0; }
|
|
.kanban-board {
|
|
column-gap: 1rem;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.kanban-column {
|
|
min-width: 300px;
|
|
} |