We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbbb02 commit 1ef8a36Copy full SHA for 1ef8a36
src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx
@@ -45,7 +45,7 @@ const DetailedGradesTable = ({ intl }) => {
45
itemCount={detailedGradesData.length}
46
columns={[
47
{
48
- Header: chapter.displayName,
+ Header: <h4 className="m-0">{chapter.displayName}</h4>,
49
accessor: 'subsectionTitle',
50
headerClassName: 'h5 mb-0',
51
cellClassName: 'mw-100',
0 commit comments