Skip to content

Commit e0dcbd7

Browse files
authored
doc: fix word wrapping for api stability boxes
1 parent 5ea25d2 commit e0dcbd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api_assets/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ em code {
9494
margin: 0 0 1em 0;
9595
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
9696
font-weight: 700;
97+
white-space: pre-wrap;
98+
word-wrap: break-word;
9799
}
98100

99101
.api_stability * {

0 commit comments

Comments
 (0)