decreased min-width of input in account list

This commit is contained in:
Roland Gruber 2019-10-24 21:15:37 +02:00
parent 20c1ea8991
commit 1c5c760f6e
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ table.accountlist {
table.accountlist input[type='text'] { table.accountlist input[type='text'] {
width: 99%; width: 99%;
min-width: 10rem; min-width: 7rem;
} }
.lam-listtools { .lam-listtools {