As a user I can see more space between the "New Courses" Button and the Courses 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
[ ] There should be noticeable space between the "New Courses" button and the Courses table.
...
Implementation Todos
Front end:
[ ] Modify the returned Button component in javascript/src/main/pages/Courses/Courses.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 Courses" Button and the Courses 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/Courses/Courses.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: