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:
@ -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;
|
||||
|
Reference in New Issue
Block a user