From 88c0e3c8e483708602164566ce849a23eeac8e0f Mon Sep 17 00:00:00 2001 From: trendschau Date: Tue, 24 Aug 2021 21:56:30 +0200 Subject: [PATCH] Fix save button in meta tab --- system/author/css/style.css | 4 ++++ system/author/js/vue-meta.js | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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)