Revised the style of the buttons in the description editor, to avoid overwhelming the modal when there are too many buttons.

This commit is contained in:
2023-04-05 09:11:27 +08:00
parent a4d1789b58
commit 213981a8b2
2 changed files with 6 additions and 2 deletions

View File

@ -316,6 +316,10 @@ a.accounting-report-table-row {
}
/* The description editor */
.accounting-description-editor-buttons {
max-height: 7rem;
overflow-y: scroll;
}
.accounting-description-editor-buttons .btn {
margin-bottom: 0.3rem;
}