Fix height of task add button
This commit is contained in:
parent
d61a7511da
commit
ed0ae210ac
2 changed files with 7 additions and 2 deletions
|
|
@ -28,4 +28,9 @@
|
|||
|
||||
.sharables-list, .sharables-namespace{
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.task-add .button {
|
||||
padding: 10px 1em;
|
||||
height: 40px;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue