Fix button margin
This commit is contained in:
parent
8506b38adf
commit
eb99369bea
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
### Minor changes and fixes
|
### Minor changes and fixes
|
||||||
|
|
||||||
* Fix dark mode for channel configuration buttons.
|
* Channel configuration:
|
||||||
|
* Fix dark mode for buttons.
|
||||||
|
* Fix buttons margin.
|
||||||
|
|
||||||
## 8.0.0
|
## 8.0.0
|
||||||
|
|
||||||
|
@ -188,7 +188,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/cmdsArray}}
|
{{/cmdsArray}}
|
||||||
<div class="form-group">
|
<div class="form-group mt-5">
|
||||||
<input type="submit" value="{{save}}" />
|
<input type="submit" value="{{save}}" />
|
||||||
<input type="reset" value="{{cancel}}" />
|
<input type="reset" value="{{cancel}}" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user