Skip to content

Commit

Permalink
Update csv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
infopetal committed Dec 14, 2023
1 parent 6bf05d9 commit c706299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/importing/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ nav_exclude: true

<style>
table th:first-of-type {
width: 33%;
width: 33% !important;
}
table th:nth-of-type(2) {
width: 33%;
width: 33% !important;
}
table th:nth-of-type(3) {
width: 33%;
width: 33% !important;
}
</style>

Expand Down

0 comments on commit c706299

Please sign in to comment.