align input field with buttons in prompt dialogs
This commit is contained in:
@@ -146,7 +146,7 @@ define([
|
|||||||
type: 'text',
|
type: 'text',
|
||||||
'class': 'cp-text-input',
|
'class': 'cp-text-input',
|
||||||
}, opt);
|
}, opt);
|
||||||
return h('input', attrs);
|
return h('p.msg', h('input', attrs));
|
||||||
};
|
};
|
||||||
|
|
||||||
dialog.nav = function (content) {
|
dialog.nav = function (content) {
|
||||||
|
|||||||
Reference in New Issue
Block a user