Skip to content

Commit 78dccd8

Browse files
committed
Allow wrapping any badge
1 parent 96922ec commit 78dccd8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/assets/styles/global.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ body {
12811281
text-decoration: none;
12821282
border: 1px solid;
12831283
transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
1284-
white-space: nowrap;
1284+
overflow-wrap: anywhere;
12851285
vertical-align: baseline;
12861286
}
12871287

@@ -1495,8 +1495,6 @@ body {
14951495
color: #1a5276;
14961496
background-color: rgba(30, 100, 160, 0.08);
14971497
border-color: rgba(30, 100, 160, 0.2);
1498-
overflow-wrap: anywhere;
1499-
white-space: normal;
15001498
}
15011499

15021500
.prose .ref-py-release:hover {

0 commit comments

Comments
 (0)