Skip to content
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

Merge beta (133) to master #863

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
popups: Fix menuitem ellipsize
Related to #849
  • Loading branch information
rafaelmardojai committed Nov 27, 2024
commit ab81bc65b155afbfa23b345b9ce3821abce7fa06
8 changes: 2 additions & 6 deletions theme/parts/popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ menuitem:is([type="checkbox"], [checked="true"]) .menu-iconic-icon,
menuitem[type="radio"] .menu-iconic-icon {
appearance: none !important;
}
menuitem:not(.menuitem-iconic) {
padding-right: 18px !important;
}
menuitem :is(label, description)[value][crop]::before,
.menu-iconic-text[value][crop]::before {
min-width: min-content !important;
menuitem {
padding-inline-end: 18px !important;
}
menuitem:not([acceltext]) .menu-accel-container {
visibility: collapse !important;
Expand Down