diff --git a/components/Current/Header/MainMenu/index.tsx b/components/Current/Header/MainMenu/index.tsx
index ac199287d..79435abad 100644
--- a/components/Current/Header/MainMenu/index.tsx
+++ b/components/Current/Header/MainMenu/index.tsx
@@ -265,10 +265,7 @@ export function MainMenuSkeleton() {
{links.map((link, i) => (
- -
+
-
))}
diff --git a/components/SkeletonShimmer/skeleton.module.css b/components/SkeletonShimmer/skeleton.module.css
index 6179f08e5..8b18592c7 100644
--- a/components/SkeletonShimmer/skeleton.module.css
+++ b/components/SkeletonShimmer/skeleton.module.css
@@ -21,6 +21,7 @@
background-color: var(--shimmer-background);
position: relative;
overflow: hidden;
+ display: inline-block;
border-radius: 4px;
min-height: 1em;
min-width: 2ch;