Skip to content

Commit 32b083d

Browse files
committed
Replace invlid none value for overflow-wrap.
1 parent 55f7ff5 commit 32b083d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ dd p.first { margin-block-start: 0; }
347347
https://blogit.create.pt/pedrolopes/2022/03/24/css-scroll-shadows/
348348
*/
349349
div.highlight > pre {
350-
overflow-wrap: none;
350+
overflow-wrap: normal;
351351
overflow-x: auto;
352352
/* Shadows */
353353
background-image:

website/www/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ dd p.first { margin-block-start: 0; }
347347
https://blogit.create.pt/pedrolopes/2022/03/24/css-scroll-shadows/
348348
*/
349349
div.highlight > pre {
350-
overflow-wrap: none;
350+
overflow-wrap: normal;
351351
overflow-x: auto;
352352
/* Shadows */
353353
background-image:

0 commit comments

Comments
 (0)