Fix button margin

This commit is contained in:
John Livingston 2023-09-26 14:15:29 +02:00
parent 8506b38adf
commit eb99369bea
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,9 @@
### Minor changes and fixes
* Fix dark mode for channel configuration buttons.
* Channel configuration:
* Fix dark mode for buttons.
* Fix buttons margin.
## 8.0.0

View File

@ -188,7 +188,7 @@
</div>
</div>
{{/cmdsArray}}
<div class="form-group">
<div class="form-group mt-5">
<input type="submit" value="{{save}}" />
<input type="reset" value="{{cancel}}" />
</div>