Add a second row to profile editing name
| @@ -560,6 +560,7 @@ async function renderDetailsContent(detailsContent) { | ||
| 560 | 560 | }, {}); |
| 561 | 561 | const template = $(await renderExtensionTemplateAsync(MODULE_NAME, 'edit', { name: profile.name, settings })); |
| 562 | 562 | const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, { |
| 563 | + rows: 2, | |
| 563 | 564 | customButtons: [{ |
| 564 | 565 | text: t`Save and Update`, |
| 565 | 566 | classes: ['popup-button-ok'], |