Commit 3b08aef 1 parent 88bcfc4 commit 3b08aef Copy full SHA for 3b08aef
File tree 2 files changed +2
-2
lines changed
events/components/test-edit-grades
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
--student-grade-column-width : calc (
17
17
var (--spacer ) + var (--grade-input-size ) + var (--spacer )
18
18
);
19
- --student-average-column-width : 100 px ;
19
+ --student-average-column-width : 120 px ;
20
20
--test-grade-column-width : calc (
21
21
var (--spacer ) + var (--point-input-size ) + var (--points-grade-gap ) +
22
22
var (--grade-input-size ) + var (--spacer )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function getSubscriptionDetailComparator(
33
33
const valueA = a . detail . Value ? String ( a . detail . Value ) : "" ;
34
34
const valueB = b . detail . Value ? String ( b . detail . Value ) : "" ;
35
35
const groupComparator = valueA . localeCompare ( valueB ) ;
36
- return sortCriteria . ascending ? groupComparator * - 1 : groupComparator ;
36
+ return sortCriteria . ascending ? groupComparator : groupComparator * - 1 ;
37
37
}
38
38
default :
39
39
throw new UnreachableError (
You can’t perform that action at this time.
0 commit comments