mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
8 lines
177 B
CSS
Executable File
8 lines
177 B
CSS
Executable File
.kanban-column .portlet-head {
|
|
display: flex;
|
|
flex-direction: row; }
|
|
.kanban-column .portlet-head > a {
|
|
flex: 1; }
|
|
.kanban-column .portlet-head div {
|
|
flex: 0; }
|