diff --git a/zero.Debug/Renderers/module.textwithimage.js b/zero.Debug/Renderers/module.textwithimage.js
index 318a356a..1f2f7828 100644
--- a/zero.Debug/Renderers/module.textwithimage.js
+++ b/zero.Debug/Renderers/module.textwithimage.js
@@ -3,6 +3,7 @@
// define a preview which is rendered in the overview
preview: {
+ label: false,
template: ''
},
diff --git a/zero.Debug/Renderers/page.root.js b/zero.Debug/Renderers/page.root.js
new file mode 100644
index 00000000..b17dc694
--- /dev/null
+++ b/zero.Debug/Renderers/page.root.js
@@ -0,0 +1,7 @@
+import PageContent from './page.content';
+
+export default {
+ alias: 'page.root',
+ tabs: PageContent.tabs,
+ fields: PageContent.fields
+};
\ No newline at end of file
diff --git a/zero.Web.UI/App/pages/notfound.vue b/zero.Web.UI/App/pages/notfound.vue
index 81625ec5..4f3c3472 100644
--- a/zero.Web.UI/App/pages/notfound.vue
+++ b/zero.Web.UI/App/pages/notfound.vue
@@ -5,7 +5,7 @@
Not found
The requested resource could not be found
- ({{path}})
+ {{path}}
diff --git a/zero.Web.UI/Sass/Core/_core.scss b/zero.Web.UI/Sass/Core/_core.scss
index db9120e3..555570aa 100644
--- a/zero.Web.UI/Sass/Core/_core.scss
+++ b/zero.Web.UI/Sass/Core/_core.scss
@@ -178,6 +178,15 @@ iframe, video
margin-top: 20px;
}
+code
+{
+ border-radius: 3px;
+ padding: 1px 4px;
+ border: 1px dashed var(--color-line-dashed);
+ background: var(--color-bg-shade-2);
+ color: var(--color-text);
+}
+
// screenreader