Skip to content

Commit cc4f6dd

Browse files
committed
style: Update margin styling for checkbox in PromptsView component
1 parent 47294de commit cc4f6dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webview-ui/src/components/prompts/PromptsView.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
561561
which are managed in this component. This is an intentional deviation from
562562
the standard pattern described in cline_docs/settings.md.
563563
*/}
564-
<div style={{ marginBottom: 15 }}>
564+
<div className="mb-4">
565565
<VSCodeCheckbox
566566
checked={enableCustomModeCreation ?? true}
567567
onChange={(e: any) => {
@@ -577,8 +577,8 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
577577
marginTop: "5px",
578578
color: "var(--vscode-descriptionForeground)",
579579
}}>
580-
When enabled, Roo can help you create custom modes. You can disable this to
581-
reduce Roo's token usage.
580+
When enabled, Roo can help you create custom modes. You can disable this to reduce Roo's
581+
token usage.
582582
</p>
583583
</div>
584584
<div onClick={(e) => e.stopPropagation()} className="flex justify-between items-center mb-3">

0 commit comments

Comments
 (0)