Skip to content

Commit

Permalink
fix(chat): fix wrapping of version label (Issue #2883) (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Dec 27, 2024
1 parent 4c608c0 commit d3731f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function PublicVersionSelector({
onClick={(e) => stopBubbling(e)}
disabled={allVersions.length <= 1}
className={classNames(
'flex gap-1 text-sm',
'flex gap-1 whitespace-nowrap text-sm',
allVersions.length <= 1 && 'cursor-default',
btnClassNames,
readonly && 'text-xs text-secondary',
Expand Down

0 comments on commit d3731f8

Please sign in to comment.