Skip to content

Commit

Permalink
Improve table captions (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jun 4, 2022
1 parent cbf6270 commit 46de2f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pydata_sphinx_theme/assets/styles/content/_tables.scss
Expand Up @@ -13,3 +13,10 @@ td {
text-align: center;
}
}

// customize table caption from bootstrap
// to display them on top and centered
table caption {
text-align: center;
caption-side: top;
}

0 comments on commit 46de2f6

Please sign in to comment.