Mercurial > p > roundup > code
diff doc/_static/style.css @ 7319:2a78ade9a5eb
Replace invlid none value for overflow-wrap.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 02:54:01 -0400 |
| parents | a5dd4893d089 |
| children | ed0285b8c9b4 |
line wrap: on
line diff
--- a/doc/_static/style.css Thu May 11 02:43:21 2023 -0400 +++ b/doc/_static/style.css Thu May 11 02:54:01 2023 -0400 @@ -347,7 +347,7 @@ https://blogit.create.pt/pedrolopes/2022/03/24/css-scroll-shadows/ */ div.highlight > pre { - overflow-wrap: none; + overflow-wrap: normal; overflow-x: auto; /* Shadows */ background-image:
