Fix height of task add button

This commit is contained in:
kolaente 2020-01-22 21:00:41 +01:00
parent d61a7511da
commit ed0ae210ac
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 7 additions and 2 deletions

View file

@ -28,4 +28,9 @@
.sharables-list, .sharables-namespace{
padding: 0 !important;
}
}
.task-add .button {
padding: 10px 1em;
height: 40px;
}