Bank CSV import: Allow dealing with files of more than a few hundred lines during first import

This commit is contained in:
Raphael Michel
2017-12-07 18:29:08 +01:00
parent 263df3ac4d
commit 497679284a
4 changed files with 69 additions and 15 deletions

View File

@@ -124,6 +124,9 @@ h1 .btn-sm {
.helper-display-inline {
display: inline !important;
}
.helper-display-none {
display: none !important;
}
.helper-width-auto {
width: auto;
}