Skip to content

Commit

Permalink
Fix stylesheet for MyST tables
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 26, 2022
1 parent 9af2e44 commit 149f77b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/furo/assets/styles/content/_tables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ table.docutils
&:last-child
border-right: none

// MyST tables set these classes for control of column alignment
&:.text-left
// MyST-parser tables set these classes for control of column alignment
&.text-left
text-align: left
&:.text-right
&.text-right
text-align: right
&:.text-center
&.text-center
text-align: center

0 comments on commit 149f77b

Please sign in to comment.