Skip to content

Commit 3af4cfa

Browse files
PROD-2713 #comment fix paddings on work items #time 5m
1 parent 0497ae0 commit 3af4cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/WorkItems/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@import "../../styles/include";
2+
@import '../../../src-ts/lib/styles/includes';
23

34
.page {
45
padding-bottom: 0;
56
}
67

78
.pageContent {
8-
padding: 0;
9-
margin: 0;
9+
@include pagePaddings;
1010
}
1111

1212
.pageTitle {

0 commit comments

Comments
 (0)