align input field with buttons in prompt dialogs

This commit is contained in:
David Benqué 2019-11-22 09:18:19 +00:00
parent 4eb9e0dabf
commit 0d94fba556

View file

@ -146,7 +146,7 @@ define([
type: 'text',
'class': 'cp-text-input',
}, opt);
return h('input', attrs);
return h('p.msg', h('input', attrs));
};
dialog.nav = function (content) {