From 582d8f0296b9ee7129d3dacb760de51cb3438a91 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 28 Jan 2026 10:55:58 -0600 Subject: [PATCH] Website: Update DRI table styles in handbook (#38925) Closes: https://github.com/fleetdm/fleet/issues/38882 Changes: - Updated the font size of text in the DRI table on the communications page of the handbook --- website/assets/styles/pages/handbook/basic-handbook.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/assets/styles/pages/handbook/basic-handbook.less b/website/assets/styles/pages/handbook/basic-handbook.less index 1409469fee..3867d4d68c 100644 --- a/website/assets/styles/pages/handbook/basic-handbook.less +++ b/website/assets/styles/pages/handbook/basic-handbook.less @@ -401,6 +401,9 @@ td { border: 1px solid @border-lt-gray; padding: 8px 7px 7px 8px; + sub { + font-size: 14px; + } } } blockquote {