Skip to content

Commit

Permalink
Merge pull request #301 from GaganpreetKaurKalsi/fix-table-max-width
Browse files Browse the repository at this point in the history
[Fix] add max-width to columns and shift style to scss file
  • Loading branch information
leecalcote authored Jun 27, 2024
2 parents fed57c9 + 3d3cfa3 commit c586c3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 7 additions & 1 deletion assets/scss/_content_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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%;
}
7 changes: 0 additions & 7 deletions content/en/cloud/self-hosted/deployment/helm-chart-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ description: "Layer5’s Helm charts support a number of configuration options.
weight: 2
---

<style>
.table-container {
overflow-x: auto;
max-width: 100%;
}
</style>

## Requirements

| Repository | Name | Version |
Expand Down

0 comments on commit c586c3c

Please sign in to comment.