Skip to content

Commit

Permalink
alignment issue on spec time of day fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 8, 2024
1 parent 97a9f0b commit 2b36d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ <h5>Saved Records</h5>
</select>
</div>
</div>
<div class="form-group rounded p-2 mb-2 bg-light form-check form-check-inline">
<div class="w-50 form-group rounded p-2 mb-2 bg-light form-check form-check-inline">
<div class="row pe-3 align-items-center">
<label class="col" for="timelineSetting">Timeline:</label>
<select class="form-select col" id="timelineSetting">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "electron .",
"minify": "node minify.js",
"export": "electron-builder build --win --x64",
"export": "electron-builder build --m",
"publish": "electron-builder --win --x64 -p always"
},
"repository": {
Expand Down

0 comments on commit 2b36d7d

Please sign in to comment.