Taksboard tags with large fonts

stable
Xavier Julián 2016-10-17 09:44:32 +02:00
parent dcb557c788
commit 8c0cec5e1e
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ $column-padding: .5rem 1rem;
} }
.kanban-table-header { .kanban-table-header {
min-height: 38px; flex-basis: 2.2rem;
min-height: 2.2rem;
position: relative; position: relative;
width: 100%; width: 100%;
.kanban-table-inner { .kanban-table-inner {