Skip to content

Commit

Permalink
Fixes #3276: Removes innappropriate hyphenation from field-name elements
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Dec 25, 2016
1 parent e9abc51 commit ef60dbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sphinx/themes/basic/static/basic.css_t
Expand Up @@ -398,6 +398,13 @@ table.field-list td, table.field-list th {
margin: 0;
}

.field-name {
-moz-hyphens: manual;
-ms-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}

/* -- other body styles ----------------------------------------------------- */

ol.arabic {
Expand Down

0 comments on commit ef60dbf

Please sign in to comment.