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.
1 parent 5a6fe9b commit dd360c4Copy full SHA for dd360c4
layouts/partials/tabs/wrapper.html
@@ -17,7 +17,7 @@
17
<input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ $dataLang }}" class="radiotab w-0 h-0"
18
{{ if eq $i 0 }}checked{{ end }}
19
/>
20
- <label class="justify-left label ml-1.5 pt-3.5 px-1 pb-1 cursor-pointer text-sm text-center bg-redis-ink-900
+ <label class="justify-left label ml-0.5 pt-3.5 px-1 pb-1 cursor-pointer text-sm text-center bg-redis-ink-900
21
hover:text-redis-red-600 rounded rounded-mx transition duration-150 ease-in-out"
22
title="Open example" for="{{ $tid }}">
23
{{ if eq (index $tab "title") "redis-cli" }}
0 commit comments