fix #2031 - fix fold column in the taskboard
parent
fefd60a020
commit
8bd48f360f
|
@ -34,6 +34,7 @@ $column-margin: 0 10px 0 0;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
flex-flow: row wrap;
|
||||||
}
|
}
|
||||||
.avatar-task-link {
|
.avatar-task-link {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue