Skip to content

Commit 161d397

Browse files
Update webview-ui/src/components/settings/UISettings.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent ace4ba5 commit 161d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/UISettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const UISettings = ({ markdownBlockLineheight, setCachedStateField, class
3737
step={0.01}
3838
value={[markdownBlockLineheight ?? 1.25]}
3939
onValueChange={([value]) => setCachedStateField("markdownBlockLineheight", value)}
40-
data-testid="open-tabs-limit-slider"
40+
data-testid="markdown-lineheight-slider"
4141
/>
4242
<span className="w-10">{markdownBlockLineheight ?? 1.25}</span>
4343
</div>

0 commit comments

Comments
 (0)