diff --git a/client/components/editor/editor-modal-properties.vue b/client/components/editor/editor-modal-properties.vue index 8eb18d29..0f7b7042 100644 --- a/client/components/editor/editor-modal-properties.vue +++ b/client/components/editor/editor-modal-properties.vue @@ -102,7 +102,6 @@ :close-on-content-click='false' v-model='isPublishStartShown' :return-value.sync='publishStartDate' - full-width width='460px' :disabled='!isPublished || true' ) @@ -221,7 +220,6 @@ ) page-selector(mode='create', v-model='pageSelectorShown', :path='path', :locale='locale', :open-handler='setPath') - v-tour(name='editorPropertiesTour', :steps='tourSteps')