Skip to content

Commit

Permalink
doc: fix word wrapping for api stability boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
saadq authored Aug 13, 2017
1 parent 5ea25d2 commit e0dcbd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ em code {
margin: 0 0 1em 0;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
font-weight: 700;
white-space: pre-wrap;
word-wrap: break-word;
}

.api_stability * {
Expand Down

0 comments on commit e0dcbd7

Please sign in to comment.