As a user I can see more space between the "New Tutor Assignment" Button and the Tutors table on the Courses page so that it is easier to distinguish between components.
Discussion
Currently there is a bit of crowding between components:
We would rather it look something like this:
Acceptance Criteria
[x] There should be noticeable space between the "New Tutor Assignment" button and the Tutors table.
...
Implementation Todos
Front end:
[x] Modify the returned Button component in javascript/src/main/pages/TutorAssignment/TutorAssignments.js to include the following style: style={{marginBottom:<replace-me>}} where you must determine an appropriate value to place in of the form: "1000px"
...
User Story
As a user I can see more space between the "New Tutor Assignment" Button and the Tutors table on the Courses page so that it is easier to distinguish between components.
Discussion
Currently there is a bit of crowding between components:
We would rather it look something like this:
Acceptance Criteria
Implementation Todos
Front end:
javascript/src/main/pages/TutorAssignment/TutorAssignments.js
to include the following style:style={{marginBottom:<replace-me>}}
where you must determine an appropriate value to place in"1000px"
...Back end: None ...
Testing: