diff --git a/doc/colors/OverviewDoc.vue b/doc/colors/OverviewDoc.vue
index a36715cfc..260b2c446 100644
--- a/doc/colors/OverviewDoc.vue
+++ b/doc/colors/OverviewDoc.vue
@@ -3,7 +3,7 @@
Colors are exported as CSS variables and used with the standard var syntax such as var(--text-color) . Following is the list of general variables used in a theme.
-
+
diff --git a/doc/inputmask/FloatLabelDoc.vue b/doc/inputmask/FloatLabelDoc.vue
index b22ee0ca4..94114ae4b 100644
--- a/doc/inputmask/FloatLabelDoc.vue
+++ b/doc/inputmask/FloatLabelDoc.vue
@@ -3,7 +3,7 @@
A floating label appears on top of the input field when focused.
-
+
SSN
@@ -18,14 +18,14 @@ export default {
value: '',
code: {
basic: `
-
+
SSN
`,
options: `
-
+
SSN
@@ -45,7 +45,7 @@ export default {
composition: `
-
+
SSN
diff --git a/doc/inputtext/BasicDoc.vue b/doc/inputtext/BasicDoc.vue
index 0cbbda7e9..a989a9de5 100644
--- a/doc/inputtext/BasicDoc.vue
+++ b/doc/inputtext/BasicDoc.vue
@@ -18,7 +18,7 @@ export default {
`,
options: `
-
+
@@ -35,7 +35,7 @@ export default {
`,
composition: `
-
+
diff --git a/layouts/doc/DocApiSection.vue b/layouts/doc/DocApiSection.vue
index c43698368..11eb8b646 100644
--- a/layouts/doc/DocApiSection.vue
+++ b/layouts/doc/DocApiSection.vue
@@ -1,6 +1,6 @@
-
-
+
+
{{ header }} API
{{ description }}