Skip to content

Commit 1d3bf46

Browse files
committed
Modify layout of schema details section
1 parent 43a229d commit 1d3bf46

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pointblank/validate.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11259,7 +11259,12 @@ def _create_col_schema_match_params_html(
1125911259
)
1126011260

1126111261
return (
11262-
'<div style="display: flex;"><div style="margin-right: 5px;">COLUMN SCHEMA MATCH</div>'
11263-
f"{complete_text}{in_order_text}{case_sensitive_colnames_text}{case_sensitive_dtypes_text}"
11264-
f"{full_match_dtypes_text}</div>"
11262+
'<div style="display: flex; font-size: 13.7px; padding-top: 7px;">'
11263+
'<div style="margin-right: 5px;">COLUMN SCHEMA MATCH</div>'
11264+
f"{complete_text}"
11265+
f"{in_order_text}"
11266+
f"{case_sensitive_colnames_text}"
11267+
f"{case_sensitive_dtypes_text}"
11268+
f"{full_match_dtypes_text}"
11269+
"</div>"
1126511270
)

0 commit comments

Comments
 (0)