From 3d3cfa36969c43f38669e201bdf0ea169a3b894b Mon Sep 17 00:00:00 2001 From: Gaganpreet Kaur Kalsi Date: Wed, 26 Jun 2024 22:42:19 +0530 Subject: [PATCH] fix: add max-width to columns and shift style to scss Signed-off-by: Gaganpreet Kaur Kalsi --- assets/scss/_content_project.scss | 8 +++++++- .../en/cloud/self-hosted/deployment/helm-chart-values.md | 7 ------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/assets/scss/_content_project.scss b/assets/scss/_content_project.scss index 0c9aa66a..6af5b469 100644 --- a/assets/scss/_content_project.scss +++ b/assets/scss/_content_project.scss @@ -177,7 +177,8 @@ h1, h2, h3, h4, h5, h6 { display: table-cell; vertical-align: inherit; unicode-bidi: isolate; - + max-width: 300px; + overflow-wrap: break-word; padding: .5rem; background-color: #00000000; border-bottom-width: 1px; @@ -194,4 +195,9 @@ h1, h2, h3, h4, h5, h6 { background-color: transparent; border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05); +} + +.table-container { + overflow-x: auto; + max-width: 100%; } \ No newline at end of file diff --git a/content/en/cloud/self-hosted/deployment/helm-chart-values.md b/content/en/cloud/self-hosted/deployment/helm-chart-values.md index 6fa90288..9bf81d0c 100644 --- a/content/en/cloud/self-hosted/deployment/helm-chart-values.md +++ b/content/en/cloud/self-hosted/deployment/helm-chart-values.md @@ -5,13 +5,6 @@ description: "Layer5’s Helm charts support a number of configuration options. weight: 2 --- - - ## Requirements | Repository | Name | Version |