mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-05 14:50:29 +02:00
Fixing the buttons in the column headers in the kanban
This commit is contained in:
parent
8da9da698c
commit
3aecc91fb5
@ -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 New Issue
Block a user