Skip to content

Commit d302369

Browse files
Merge pull request #1771 from redis/DOC-4638-tce-box-improvements
DOC-4638 DOC-5396 TCE box improvements
2 parents dac5c3b + f9b3b76 commit d302369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ select {
382382

383383
.codetabs.cli > .panel .highlight > .chroma {
384384
margin: 1rem 1rem 0.1rem 0.1rem;
385-
overflow-x: hidden;
385+
overflow-x: auto;
386386
padding-bottom: 0;
387387
}
388388

layouts/partials/tabbed-clients-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{{ $language := index $example "language" }}
2323
{{ $quickstartSlug := index $clientConfig "quickstartSlug" }}
2424

25-
{{ if and ($example) (or (eq $lang "") (eq $lang $client)) }}
25+
{{ if and ($example) (or (eq $lang "") (strings.Contains $lang $client)) }}
2626
{{ $examplePath := index $example "target" }}
2727
{{ $options := printf "linenos=false" }}
2828

0 commit comments

Comments
 (0)