Compare commits

...

2 Commits

Author SHA1 Message Date
Ben Warzeski
f9d5987488 Merge pull request #140 from muselesscreator/table_cell_spacing
fix gradebook table cell spacing
2020-08-12 10:17:13 -04:00
Ben Warzeski
493d5df8fa fix gradebook table cell spacing 2020-08-11 15:07:58 -04:00

View File

@@ -456,7 +456,7 @@ export default class Gradebook extends React.Component {
);
const emailHeadingLabel = 'Email*';
headings = headings.map(heading => ({ label: heading, key: heading, width: 'col' }));
headings = headings.map(heading => ({ label: heading, key: heading, width: 'col-1' }));
// replace username heading label to include additional user data
headings[0].label = userInformationHeadingLabel;