Decrease page padding on task detail page
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2021-07-21 00:03:41 +02:00
parent 2e2887c2ad
commit cc53796f1b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
.card {
background: $white;
}
&.task\.detail {
padding-left: 0;
padding-right: 0;
}
}
}