Skip to content

Commit a4cc0d9

Browse files
committed
Fix positioning of underline nav actions
1 parent 3fc326e commit a4cc0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github-custom-global-navigation.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@
14481448
HEADER_STYLE.textContent += `
14491449
${SELECTORS.header.localBar.underlineNavActions}
14501450
{
1451-
display: initial !important;
1451+
display: contents !important;
14521452
padding-right: 0px !important;
14531453
}
14541454

0 commit comments

Comments
 (0)