Fixing the buttons in the column headers in the kanban

This commit is contained in:
Jesús Espino 2021-04-07 19:13:06 +02:00
parent 8da9da698c
commit 3aecc91fb5

View file

@ -37,11 +37,18 @@
}
.Label{
max-width: 170px;
max-width: 165px;
margin-right: 5px;
.Editable {
background: transparent;
}
}
>.Button {
&.IconButton {
cursor: pointer;
}
cursor: auto;
}
}