File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
webview-ui/src/components/prompts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments