small styling change

This commit is contained in:
Mathew Pareles 2025-03-26 04:13:07 -07:00
parent 6c382be737
commit 6a73930f4b

View file

@ -2002,7 +2002,7 @@ const CommandBarInChat = () => {
// !select-text cursor-auto
const fileDetailsContent = <div className="space-y-2 px-2 w-full">
const fileDetailsContent = <div className="px-2 gap-1 w-full">
{sortedCommandBarURIs.map((uri, i) => {
const basename = getBasename(uri.fsPath)