Changed route ids to be more explicit.
This commit is contained in:
5
src/app/(main)/reports/[reportId]/ReportBody.module.css
Normal file
5
src/app/(main)/reports/[reportId]/ReportBody.module.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.body {
|
||||
padding-left: 20px;
|
||||
grid-row: 2/3;
|
||||
grid-column: 2 / 3;
|
||||
}
|
||||
Reference in New Issue
Block a user