Skip to content

Commit

Permalink
CSS: Allow breaking words in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 11, 2022
1 parent c69cb91 commit cb5947a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,6 @@ span.pre {
overflow-wrap: anywhere;
}

table.autosummary span.pre {
overflow-wrap: break-word;
}

/* -- admonitions ----------------------------------------------------------- */

div.topic, aside.topic,
Expand Down Expand Up @@ -501,6 +497,10 @@ table.docutils th {
border-bottom: 2px solid #333;
}

table.docutils td {
overflow-wrap: break-word;
}

{% if not html5_doctype %}
table.citation {
border-left: unset;
Expand Down

0 comments on commit cb5947a

Please sign in to comment.