From 16f4b485b5d9d19a51f6ceede3d8e9c9c1d35610 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 30 Aug 2021 16:38:53 -0400 Subject: [PATCH] fix tables --- docs/assets/styles/docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index 173d03ffe..f8b2ba544 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; }