mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
Custom font sizes and better zoom
This commit is contained in:
@@ -7,5 +7,5 @@ interface Props {
|
||||
|
||||
export function HotKeyLabel({ action }: Props) {
|
||||
const label = useHotKeyLabel(action);
|
||||
return <span className="text-fg-subtle">{label}</span>;
|
||||
return <span className="text-fg-subtle whitespace-nowrap">{label}</span>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user