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