[backport] Fix kanban table width in empty projects
parent
27e810a660
commit
1740d3e182
|
@ -63,11 +63,11 @@ $column-padding: .5rem 1rem;
|
||||||
flex-basis: 2.4rem;
|
flex-basis: 2.4rem;
|
||||||
min-height: 2.4rem;
|
min-height: 2.4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
|
||||||
.kanban-table-inner {
|
.kanban-table-inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.options {
|
.options {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue