decreased min-width of input in account list
This commit is contained in:
parent
20c1ea8991
commit
1c5c760f6e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue