From 8f7fdab771b4d6cabe215b27b1d2298d68755f06 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 22 Sep 2019 17:03:33 -0400 Subject: [PATCH] fix: code tag styling --- client/components/editor/editor-modal-properties.vue | 10 +--------- client/themes/default/scss/app.scss | 10 +++++----- 2 files changed, 6 insertions(+), 14 deletions(-) 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')