From e60ecbb12f431b6206be6b3275b60fcc04356455 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Mon, 7 Nov 2022 14:32:28 +0000 Subject: [PATCH] No wrap on table code --- system/partials/_table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/partials/_table.scss b/system/partials/_table.scss index e4fd5ab..d04261d 100644 --- a/system/partials/_table.scss +++ b/system/partials/_table.scss @@ -48,4 +48,8 @@ .ds-table th:not([scope="row"]) { border-bottom: 1px solid; } + + .ds-table code { + white-space: nowrap; + } } \ No newline at end of file