Skip to content

Commit 175c415

Browse files
authored
Feature/spacing between elements (#230)
* README update * More README updates * More README updates * Final updates to README before review * Issue: Spacing between elements * Lint fix + README revert
1 parent ed0e42e commit 175c415

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ You can replace `5000` with whatever port you wish to connect locally to. Then v
4545

4646
#### Past Maintainers
4747
- Ben Grawi ([@bgrawi](https://github.com/bgrawi))
48-
- Benjamin Russell ([@benrr101](https://github.com/benrr101))
48+
- Benjamin Russell ([@benrr101](https://github.com/benrr101))

assets/src/modules/sm/App/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ form {
324324

325325
.course-result {
326326
/*padding: 0 1px;*/
327-
margin-bottom: 0px;
327+
margin-bottom: 10px;
328328
}
329329

330330
.course-selected-checkbox {

assets/src/modules/sm/Generate/controllers/GenerateController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ angular.module('sm').controller('GenerateController', function ($scope, globalKb
165165
type: 'Schedule',
166166
data: data
167167
})
168+
168169
$scope.generationStatus = 'D'
169170

170171
// If no errors happened

0 commit comments

Comments
 (0)