Skip to content

Commit

Permalink
Fix for API endpoint method badge height in sidebar menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Dec 12, 2024
1 parent 3f7a235 commit 98e5e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/css/api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $badge-classes: (

.api-method > .menu__link::before {
width: 34px;
height: 16px;
height: 15px;
font-size: 9px;
line-height: 15px;
text-transform: uppercase;
Expand Down

0 comments on commit 98e5e6e

Please sign in to comment.