Fix app header selection on double click

This commit is contained in:
Gregory Schier
2024-09-19 07:53:17 -07:00
parent 99e91a692b
commit 17f835e713

View File

@@ -36,6 +36,7 @@ export function HeaderSize({
}}
className={classNames(
className,
'select-none',
'pt-[1px] w-full border-b border-border-subtle min-w-0',
stoplightsVisible ? 'pr-1' : 'pl-1',
size === 'md' && 'h-[27px]',