align input field with buttons in prompt dialogs

pull/1/head
David Benqué 5 years ago
parent 4eb9e0dabf
commit 0d94fba556

@ -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) {

Loading…
Cancel
Save