mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
[ALL-570] fix(frontend): Don't wrap filenames in the file explorer (#4521)
This commit is contained in:
parent
64adb64fef
commit
dd15845b91
@ -19,7 +19,7 @@ function Title({ name, type, isOpen, onClick }: TitleProps) {
|
||||
return (
|
||||
<div
|
||||
onClick={onClick}
|
||||
className="cursor-pointer rounded-[5px] p-1 nowrap flex items-center gap-2 aria-selected:bg-neutral-600 aria-selected:text-white hover:text-white"
|
||||
className="cursor-pointer text-nowrap rounded-[5px] p-1 nowrap flex items-center gap-2 aria-selected:bg-neutral-600 aria-selected:text-white hover:text-white"
|
||||
>
|
||||
<div className="flex-shrink-0">
|
||||
{type === "folder" && <FolderIcon isOpen={isOpen} />}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user