diff --git a/system/author/css/style.css b/system/author/css/style.css index 9bc7a34..a77aafc 100644 --- a/system/author/css/style.css +++ b/system/author/css/style.css @@ -994,6 +994,10 @@ section.tab{ .fs-formbuilder > div{ padding: 18px 20px; } +.tab .metasubmit{ + display: block; + padding: 10px 20px; +} /******************** * Forms * diff --git a/system/author/js/vue-meta.js b/system/author/js/vue-meta.js index 1983e26..97cffba 100644 --- a/system/author/js/vue-meta.js +++ b/system/author/js/vue-meta.js @@ -36,9 +36,9 @@ Vue.component('tab-meta', { ' v-bind="field">' + '' + '' + - '
{{ \'Saved successfully\'|translate }}
' + - '
{{ \'Please correct the errors above\'|translate }}
' + - '
' + + '
{{ \'Saved successfully\'|translate }}
' + + '
{{ \'Please correct the errors above\'|translate }}
' + + '
' + '', methods: { selectComponent: function(field)