8000 Replace yank button with a drop down menu by eth3lbert · Pull Request #11366 · rust-lang/crates.io · GitHub
[go: up one dir, main page]

Skip to content

Replace yank button with a drop down menu #11366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 18, 2025
Prev Previous commit
Next Next commit
VersionList::Row: Fix font size
  • Loading branch information
Turbo87 committed Jun 18, 2025
commit 4ba7e4742d77c5457e7009ffbad124c95d725f95
1 change: 1 addition & 0 deletions app/components/version-list/row.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
}

.dropdown {
font-size: initial;
line-height: 1rem;
}

Expand Down
0