diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index 173d03ff..f8b2ba54 100644 --- a/docs/assets/styles/docs.css +++ b/docs/assets/styles/docs.css @@ -607,8 +607,8 @@ strong { color: rgb(var(--sl-color-sky-600)); } -body[data-page^='tokens/'] .table-wrapper td:first-child, -body[data-page^='tokens/'] .table-wrapper td:first-child code { +body[data-page^='/tokens/'] .table-wrapper td:first-child, +body[data-page^='/tokens/'] .table-wrapper td:first-child code { white-space: nowrap; }