@@ -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
@@ -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;
-// }