From f5919c66abda2df296094c9591089539c16de653 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 14 May 2024 20:29:21 -0500 Subject: [PATCH] Add whitespace nowrap to goto button --- src/qqq/components/misc/GotoRecordDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qqq/components/misc/GotoRecordDialog.tsx b/src/qqq/components/misc/GotoRecordDialog.tsx index 0da9c41..7657e7f 100644 --- a/src/qqq/components/misc/GotoRecordDialog.tsx +++ b/src/qqq/components/misc/GotoRecordDialog.tsx @@ -358,7 +358,7 @@ export function GotoRecordButton(props: GotoRecordButtonProps): JSX.Element return ( { - props.buttonVisible && hasGotoFieldNames(props.tableMetaData) && + props.buttonVisible && hasGotoFieldNames(props.tableMetaData) && }