
.vui-app-editor-wrapper { position:relative;
}
.vui-app-editor { position:absolute; top:0; bottom:0; left:0; right:0;
}
.vui-app-editor-edit { display:block; width:100%; height:100%;
}
.vui-app-editor-edit input { -webkit-appearance:none; -moz-appearance:none; appearance:none; outline:0; display:block; width:100%; height:100%; border:none; background-color:#fffbe6; padding:12px 16px;
}
.vui-app-editor-view { padding:12px 16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}

