Skip to content

Commit cc43bbf

Browse files
emmanuelbaaMutugiiidogi
authored
manager: smoother survey list (fixes #9129) (#9131)
Co-authored-by: mutugiii <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent 9276862 commit cc43bbf

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.34",
4+
"version": "0.20.35",
55
"myplanet": {
6-
"latest": "v0.32.97",
7-
"min": "v0.31.97"
6+
"latest": "v0.33.33",
7+
"min": "v0.32.33"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/surveys/surveys.component.scss

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
max-width: 44px;
55
}
66

7-
.mat-column-taken, .mat-column-createdDate {
7+
.mat-column-taken {
88
max-width: 150px;
99
display: flex;
1010
justify-content: center;
@@ -13,6 +13,21 @@
1313
padding: 0 32px;
1414
}
1515

16+
.mat-column-createdDate {
17+
max-width: 130px;
18+
text-align: left;
19+
padding: 0 20px;
20+
margin-left: 20px;
21+
}
22+
23+
.mat-column-name, .mat-column-courseTitle {
24+
max-width: 250px;
25+
}
26+
27+
.mat-column-action {
28+
margin-left: 40px;
29+
}
30+
1631
.course-title, .mat-column-name span {
1732
max-width: 250px;
1833
white-space: nowrap;

0 commit comments

Comments
 (0)