Skip to content

Commit 725113c

Browse files
joeizangAniket-Engg
authored andcommitted
fix margin between input filed and label
1 parent c35a3f9 commit 725113c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const createModalMessage = async (
270270
type="text"
271271
data-id="modalDialogCustomPromptTextCreate"
272272
defaultValue={defaultName}
273-
className="form-control"
273+
className="form-control mb-3"
274274
onChange={(e) => onChangeTemplateName(e.target.value)}
275275
onInput={(e) => onChangeTemplateName((e.target as any).value)}
276276
/>

0 commit comments

Comments
 (0)