Skip to content

Commit d48d2f2

Browse files
committed
Hide deprecated badges in sidebar to prevent endpoint name truncation
1 parent 064a0c9 commit d48d2f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@ code {
9393
background-color: rgba(255, 136, 0, 0.25) !important;
9494
border-color: rgba(255, 136, 0, 0.6) !important;
9595
}
96+
97+
/* Hide deprecated badges in the sidebar */
98+
#sidebar a .overflow-x-hidden > .shrink-0 {
99+
display: none !important;
100+
}
101+

0 commit comments

Comments
 (0)