[backport] Broken kanban tags when font size in browser is large

stable
Xavier Julián 2016-10-17 09:15:35 +02:00
parent 6d985f6920
commit fe58e902ef
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ $column-padding: .5rem 1rem;
}
.taskboard-table-header {
flex-basis: 38px;
flex-basis: 2.2rem;
flex-grow: 0;
flex-shrink: 0;
min-height: 38px;
min-height: 2.2rem;
position: relative;
width: 100%;
.taskboard-table-inner {