Decrease page padding on task detail page
This commit is contained in:
parent
2e2887c2ad
commit
cc53796f1b
@ -26,6 +26,11 @@
|
|||||||
.card {
|
.card {
|
||||||
background: $white;
|
background: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.task\.detail {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user