Skip to content

Commit ed2664c

Browse files
committed
Fix student name font size
1 parent 2aa457c commit ed2664c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/src/templates/sectionProgress/multiGridConstants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export const progressStyles = {
8484
margin: 10,
8585
textOverflow: 'ellipsis',
8686
whiteSpace: 'nowrap',
87-
overflow: 'hidden'
87+
overflow: 'hidden',
88+
fontSize: 14,
8889
},
8990
cell: {
9091
borderRight: `1px solid ${color.border_gray}`,

0 commit comments

Comments
 (0)