mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
(bug) invalid style in accounting codes settings
This commit is contained in:
parent
dbd88f9889
commit
92d3cbcd3e
@ -1,6 +1,7 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
- Fix a bug: empty advanced accounting code is not defaulted to the general setting
|
||||
- Fix a bug: invalid style in accounting codes settings
|
||||
|
||||
## v5.8.1 2023 March 03
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.events {
|
||||
.events-list-page {
|
||||
max-width: 1600px;
|
||||
margin: 2rem;
|
||||
padding-bottom: 6rem;
|
||||
|
@ -19,7 +19,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<section class="events">
|
||||
<section class="events-list-page">
|
||||
<events-editorial-block on-error="onError"></events-editorial-block>
|
||||
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user