Improved rendering for import table preview

Fixed issue reported by user where long values in the import data would prevent the wizard to behave properly
v1.0.4-work
Giulio Cesare Solaroli 2018-09-17 12:55:34 +02:00 committed by GitHub
parent 58e89852c3
commit c070ffde03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1128,6 +1128,9 @@ refer to http://www.clipperz.com.
border: 1px solid #999;
padding: 0.5rem;
max-width: 100px;
overflow-x: scroll;
&.PASSWORD {
font-family: clipperz-password;
font-size: 14.9pt;