Skip to content

Commit dd360c4

Browse files
DOC-5544 reduced TCE tab button size to fit PHP tab better
1 parent 5a6fe9b commit dd360c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tabs/wrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<input tabindex="1" type="radio" name="{{ $id }}" id="{{ $tid }}" data-lang="{{ $dataLang }}" class="radiotab w-0 h-0"
1818
{{ if eq $i 0 }}checked{{ end }}
1919
/>
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
20+
<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
2121
hover:text-redis-red-600 rounded rounded-mx transition duration-150 ease-in-out"
2222
title="Open example" for="{{ $tid }}">
2323
{{ if eq (index $tab "title") "redis-cli" }}

0 commit comments

Comments
 (0)