We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96922ec commit 78dccd8Copy full SHA for 78dccd8
1 file changed
src/assets/styles/global.css
@@ -1281,7 +1281,7 @@ body {
1281
text-decoration: none;
1282
border: 1px solid;
1283
transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
1284
- white-space: nowrap;
+ overflow-wrap: anywhere;
1285
vertical-align: baseline;
1286
}
1287
@@ -1495,8 +1495,6 @@ body {
1495
color: #1a5276;
1496
background-color: rgba(30, 100, 160, 0.08);
1497
border-color: rgba(30, 100, 160, 0.2);
1498
- overflow-wrap: anywhere;
1499
- white-space: normal;
1500
1501
1502
.prose .ref-py-release:hover {
0 commit comments