Fixing the buttons in the column headers in the kanban
This commit is contained in:
parent
8da9da698c
commit
3aecc91fb5
1 changed files with 8 additions and 1 deletions
|
@ -37,11 +37,18 @@
|
|||
}
|
||||
|
||||
.Label{
|
||||
max-width: 170px;
|
||||
max-width: 165px;
|
||||
margin-right: 5px;
|
||||
.Editable {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
>.Button {
|
||||
&.IconButton {
|
||||
cursor: pointer;
|
||||
}
|
||||
cursor: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue