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 2d819d4 commit 6bf05d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions workflows/importing/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ nav_order: 5
nav_exclude: true
---

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

# Importing CSV Data
{: .no_toc }

Expand Down

0 comments on commit 6bf05d9

Please sign in to comment.