Skip to content

Commit 4d9d967

Browse files
authored
feat(code): fix command approval option vertical alignment (#1925)
## Problem closes #1922 <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
1 parent de581bc commit 4d9d967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/components/action-selector/OptionRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function OptionRow({
127127

128128
return (
129129
<Text
130-
className={`whitespace-pre-wrap font-medium text-[13px] ${textClass}`}
130+
className={`whitespace-pre-wrap font-medium text-[13px] leading-4 ${textClass}`}
131131
>
132132
{displayText}
133133
</Text>

0 commit comments

Comments
 (0)