[backport] Fix kanban table width in empty projects

stable
xaviju 2017-03-14 10:33:15 +01:00
parent 27e810a660
commit 1740d3e182
1 changed files with 1 additions and 1 deletions

View File

@ -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;