kosei-n 2 yıl önce
ebeveyn
işleme
1d421f6e3d

+ 1 - 0
apps/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

@@ -293,6 +293,7 @@ const GrowiContextualSubNavigation = (props: GrowiContextualSubNavigationProps):
           d-flex align-items-center justify-content-end px-2 px-sm-3 px-md-4 py-1 gap-2 gap-md-4 d-print-none
         `}
         data-testid="grw-contextual-sub-nav"
+        id="grw-contextual-sub-nav"
       >
         {pageId != null && (
           <PageControls

+ 0 - 12
apps/app/src/components/PageHeader/PagePathHeader.module.scss

@@ -17,15 +17,3 @@
     }
   }
 }
-
-// .ellipsize-left {
-//   width: 200px;
-//   overflow: hidden;
-//   text-align: left;
-//   text-overflow: ellipsis;
-//   /* Standard CSS ellipsis */
-//   white-space: nowrap;
-
-//   /* Beginning of string */
-//   direction: rtl;
-// }