mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
small styling change
This commit is contained in:
parent
6c382be737
commit
6a73930f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue