Revised the styles of the buttons in the description editor.

This commit is contained in:
2023-03-21 19:50:57 +08:00
parent 3455827c09
commit a82f5091f1
2 changed files with 17 additions and 10 deletions

View File

@ -318,6 +318,11 @@ a.accounting-report-table-row {
padding-left: 1rem;
}
/* The description editor */
.accounting-description-editor-buttons .btn {
margin-bottom: 0.3rem;
}
/* The Material Design text field (floating form control in Bootstrap) */
.accounting-material-text-field {
position: relative;