Skip to content

Commit

Permalink
Merge pull request #142 from datascijedi/fix/table-date-column-width-v2
Browse files Browse the repository at this point in the history
Move date column css to webinars page
  • Loading branch information
ravicodelabs authored Jun 10, 2024
2 parents 00bac03 + a16acf7 commit d619f49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 0 additions & 6 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,3 @@ body .nav-footer-center {
margin-right: 15px;
margin-bottom: 15px;
}

/* Don't wrap date text in table column */

tbody > tr > td:nth-of-type(1) {
white-space: nowrap;
}
10 changes: 10 additions & 0 deletions webinars.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ page-layout: full
toc: false
---

```{=html}
<style>
/* Don't wrap date text in table column */
tbody > tr > td:nth-of-type(1) {
white-space: nowrap;
}
</style>
```

## Upcoming webinars

New webinars are coming in 2024! Sign up for our [newsletter](weekly-newsletter.qmd) for the latest news on all JEDI Outreach Group activities.
Expand Down

0 comments on commit d619f49

Please sign in to comment.