Skip to content

Commit dc93acf

Browse files
emmanuelbaaMutugiiidogi
authored
manager: smoother survey list (fixes #8920) (#9094)
Co-authored-by: mutugiii <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent 0521d90 commit dc93acf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.24",
4+
"version": "0.20.25",
55
"myplanet": {
6-
"latest": "v0.31.38",
7-
"min": "v0.30.38"
6+
"latest": "v0.31.54",
7+
"min": "v0.30.54"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/surveys/surveys.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
.mat-column-taken, .mat-column-createdDate {
88
max-width: 150px;
9+
display: flex;
10+
justify-content: center;
11+
align-items: center;
12+
text-align: center;
13+
padding: 0 32px;
914
}
1015

1116
.course-title, .mat-column-name span {

0 commit comments

Comments
 (0)