From 93a43696b4247b849093252449cdc87b4701692f Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 16 Apr 2024 16:46:36 -0500 Subject: [PATCH] Website: Update styles on /tables pages (#18358) Closes: #18346 Changes: - Updated the styles for the left sidebar on `/tables/*` pages --- .../styles/pages/osquery-table-details.less | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/website/assets/styles/pages/osquery-table-details.less b/website/assets/styles/pages/osquery-table-details.less index 66a6038164..df26d1e7f7 100644 --- a/website/assets/styles/pages/osquery-table-details.less +++ b/website/assets/styles/pages/osquery-table-details.less @@ -134,7 +134,6 @@ max-width: 250px; padding-top: 24px; height: 100%; - padding-right: 16px; margin-right: 16px; h4 { line-height: 24px; @@ -245,16 +244,19 @@ color: @core-vibrant-blue; padding-right: 7px; } - a:not(.markdown-link):not([purpose='evented-table-label']):after { - background-image: url('/images/icon-arrow-upper-right-7x7@2x.png'); - background-size: 7px 7px; - display: inline-block; - position: relative; - top: -4px; - left: 4px; - width: 7px; - height: 7px; - content: ''; + a:not(.markdown-link):not([purpose='evented-table-label']) { + white-space: nowrap; + &:after { + background-image: url('/images/icon-arrow-upper-right-7x7@2x.png'); + background-size: 7px 7px; + display: inline-block; + position: relative; + top: -4px; + left: 4px; + width: 7px; + height: 7px; + content: ''; + } } pre { width: 100%;