1
0

Fix height of task add button

This commit is contained in:
kolaente
2020-01-22 21:00:41 +01:00
parent d61a7511da
commit ed0ae210ac
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;
}