Fix spacing for lists with no rights to add new tasks
This commit is contained in:
@ -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 {
|
||||
|
@ -39,6 +39,10 @@
|
||||
margin: 0 .5rem;
|
||||
border-radius: $radius;
|
||||
|
||||
&:first-child {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user