Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update SearchInput.tsx
  • Loading branch information
zenoachtig committed Oct 27, 2025
commit d9711c8e9218fccbfd546b00b82135552f119469
2 changes: 1 addition & 1 deletion packages/gitbook/src/components/Search/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const SearchInput = React.forwardRef<HTMLDivElement, SearchInputProps>(
/>
<KeyboardShortcut
keys={isOpen ? ['esc'] : ['mod', 'k']}
className="theme-bold:border-header-link/5 theme-bold:bg-header-background theme-bold:text-header-link"
className="last:-mr-1 theme-bold:border-header-link/5 theme-bold:bg-header-background theme-bold:text-header-link"
/>
</div>
</div>
Expand Down