Update help panel navigation buttons (#10581)

Fixes #105073 where the empty nav button for 'next' was overlapping the keyboard shortcuts button when the user was currently view the Quality Assurance page.
This commit is contained in:
ForgottenHero
2024-12-06 23:51:11 +10:00
committed by GitHub
parent b95feb311f
commit 04fd2ba6f4
+5 -3
View File
@@ -4179,11 +4179,13 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
.help-pane .nav {
position: relative;
padding-bottom: 30px;
display: flex;
justify-content: space-between;
width: 100%;
}
.help-pane .nav a {
float: left;
width: 50%;
flex: 0 0 50%;
text-align: center;
}
@@ -4197,7 +4199,7 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
}
.help-pane .nav a:only-child {
width: 100%;
flex: 0 0 100%;
border-radius: 4px;
}