Skip to content

Commit 9e82c9c

Browse files
authored
Merge pull request #417 from JosephBARBIERDARNAL/css
add css to remove index from df preview
2 parents 32b36ca + 1a57cbe commit 9e82c9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/styles/basic.css

+8
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ div.cell_display img {
2929
max-width: 790px;
3030
height: auto;
3131
}
32+
33+
.dataframe th:first-child {
34+
display: none;
35+
}
36+
37+
.dataframe td:first-child {
38+
display: none;
39+
}

0 commit comments

Comments
 (0)