Fix spacing for lists with no rights to add new tasks
This commit is contained in:
parent
8828426c91
commit
769975b42b
3 changed files with 12 additions and 4 deletions
|
|
@ -28,9 +28,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.task-add .button {
|
||||
padding: 10px 1rem;
|
||||
height: 40px;
|
||||
.task-add {
|
||||
padding: 1rem 1rem 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
.button {
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.list-title {
|
||||
|
|
|
|||
Reference in a new issue