Skip to content

Commit 26546d0

Browse files
committed
fix(eda): vscode display issue
1 parent 62c7d26 commit 26546d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataprep/eda/templates/grid_styles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716

717717
html {
718718
display: table;
719-
margin: auto;
719+
margin: left; {# Related to vscode display. See issue 896 #}
720720
}
721721

722722
body {

0 commit comments

Comments
 (0)