We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dac5c3b + f9b3b76 commit d302369Copy full SHA for d302369
assets/css/index.css
@@ -382,7 +382,7 @@ select {
382
383
.codetabs.cli > .panel .highlight > .chroma {
384
margin: 1rem 1rem 0.1rem 0.1rem;
385
- overflow-x: hidden;
+ overflow-x: auto;
386
padding-bottom: 0;
387
}
388
layouts/partials/tabbed-clients-example.html
@@ -22,7 +22,7 @@
22
{{ $language := index $example "language" }}
23
{{ $quickstartSlug := index $clientConfig "quickstartSlug" }}
24
25
- {{ if and ($example) (or (eq $lang "") (eq $lang $client)) }}
+ {{ if and ($example) (or (eq $lang "") (strings.Contains $lang $client)) }}
26
{{ $examplePath := index $example "target" }}
27
{{ $options := printf "linenos=false" }}
28
0 commit comments