We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a229d commit 1d3bf46Copy full SHA for 1d3bf46
pointblank/validate.py
@@ -11259,7 +11259,12 @@ def _create_col_schema_match_params_html(
11259
)
11260
11261
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>"
+ '<div style="display: flex; font-size: 13.7px; padding-top: 7px;">'
+ '<div style="margin-right: 5px;">COLUMN SCHEMA MATCH</div>'
+ 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>"
11270
0 commit comments