Skip to content

Commit 3fd26d9

Browse files
author
Cristy
committed
...
1 parent e58b2f7 commit 3fd26d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/_layouts/default.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
:root {
4949
--bs-code-color: revert;
5050
}
51+
52+
.table td, .table th {
53+
white-space: normal; /* allow wrapping */
54+
word-break: break-word; /* break long words/strings */
55+
}
5156
</style>
5257
<!-- Open Graph Meta Tags -->
5358
<meta property="og:title" content="{{ title }}">

0 commit comments

Comments
 (0)