From 904bbe05e432fc00977fade520a6c319e442a5c9 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 2 Oct 2024 10:13:41 -0400 Subject: [PATCH] docs: fix hidden overflow on release notes table (#1952) docs(release-notes): fix release notes hidden overflow for tablet --- docs/release-notes/index.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 1fcc918730..f4213a3ca6 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -17,24 +17,11 @@ hasToc: true max-width: 320px; } - rh-tile [slot="headline"] { - font-weight: var(--rh-font-weight-heading-bold, 700); - } - rh-tile [icon="github"] { --rh-icon-size: var(--rh-size-icon-03, 32px); } - @media (min-width: 768px) { - [data-label="Change"] { - width: 30%; - } - - [data-label="Type"] { - width: 10%; - } - } - @media (max-width: 768px) { + @container host (max-width: 768px) { rh-table thead ~ tbody tr :is(th, td) { display: block; }