diff --git a/front/ui-docs/.vitepress/config.ts b/front/ui-docs/.vitepress/config.ts
index 5f7453ad7..5e75c7389 100644
--- a/front/ui-docs/.vitepress/config.ts
+++ b/front/ui-docs/.vitepress/config.ts
@@ -14,6 +14,9 @@ export default defineConfig({
{
text: 'Using Color', link: '/using-color'
},
+ {
+ text: 'Using Widths', link: '/using-widths'
+ },
{
text: 'Using Components', link: '/using-components'
},
diff --git a/front/ui-docs/components/ui/button.md b/front/ui-docs/components/ui/button.md
index 39b03665a..2642353d2 100644
--- a/front/ui-docs/components/ui/button.md
+++ b/front/ui-docs/components/ui/button.md
@@ -1,9 +1,8 @@
-
# Button
@@ -363,7 +362,7 @@ Icon buttons shrink down to the icon size if you don't pass any content. If you
```vue-html
-
+
-
+
OK
diff --git a/front/ui-docs/components/ui/layout/spacer.md b/front/ui-docs/components/ui/layout/spacer.md
index d3b4ae3d8..5308e7c0e 100644
--- a/front/ui-docs/components/ui/layout/spacer.md
+++ b/front/ui-docs/components/ui/layout/spacer.md
@@ -134,7 +134,7 @@ const size = ref(1);
```
-