From 74bafe9b5bfbc32cf9373f79869e628a56325cf4 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:33:00 +0000 Subject: [PATCH] Update custom.css removing --- website/src/css/custom.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 9aab4a57e7a..094c3501e06 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -2086,12 +2086,6 @@ h2.anchor.clicked a.hash-link:before { color: #fff; /* Change color on hover if desired */ } -.scroll-table { - max-width: 100%; /* Set the maximum width for the table */ - overflow-x: auto; /* Add a scrollbar if content overflows */ - white-space: nowrap; /* Prevent table cell content from wrapping */ -} - @media (max-width: 996px) { .quickstart-container { flex-direction: column;