Skip to content

Commit

Permalink
Nowrap of first column HTML table for autosummary (pandas-dev#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Oct 7, 2019
1 parent 0b93bd8 commit 99af6bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pandas_sphinx_theme/static/sphinx-bootstrap.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ table td.data, table th.row_heading table th.col_heading {
text-align: right;
}

/**
* Styling for autosummary tables
*/

/* The first column (with the signature) should not wrap */
td:first-child {
white-space: nowrap;
}


/**
* See also
Expand Down

0 comments on commit 99af6bd

Please sign in to comment.