We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35a3f9 commit 725113cCopy full SHA for 725113c
apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx
@@ -270,7 +270,7 @@ const createModalMessage = async (
270
type="text"
271
data-id="modalDialogCustomPromptTextCreate"
272
defaultValue={defaultName}
273
- className="form-control"
+ className="form-control mb-3"
274
onChange={(e) => onChangeTemplateName(e.target.value)}
275
onInput={(e) => onChangeTemplateName((e.target as any).value)}
276
/>
0 commit comments