soumaeda пре 2 година
родитељ
комит
a2acbbfbee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ui/src/components/PagePath/PageListMeta.tsx

+ 1 - 1
packages/ui/src/components/PagePath/PageListMeta.tsx

@@ -69,7 +69,7 @@ export const PageListMeta: FC<PageListMetaProps> = (props: PageListMetaProps) =>
   // top check
   let topLabel;
   if (isTopPage(page.path)) {
-    topLabel = <span className={`badge badge-info ${shouldSpaceOutIcon ? 'mr-1' : ''} top-label`}>TOP</span>;
+    topLabel = <span className={`badge badge-info ${shouldSpaceOutIcon ? 'mr-2' : ''} top-label`}>TOP</span>;
   }
 
   // template check