Merge pull request #140 from muselesscreator/table_cell_spacing
fix gradebook table cell spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user