Fixed to limit the width of the search box in the currency list, base account list, account list, and transaction list.

This commit is contained in:
2023-03-08 01:38:08 +08:00
parent 2f7b9932a0
commit fe01d5418d
5 changed files with 7 additions and 4 deletions

View File

@ -24,6 +24,9 @@
.accounting-clickable {
cursor: pointer;
}
.accounting-search-desktop-form {
max-width: 16rem;
}
.btn-group .btn .accounting-search-input {
min-height: calc(1em + .5rem + 2px);
padding: 0 0.5rem;