Issue: the burn-after-read "Readable N times" submenu on /new had cramped padding (2px 8px 4px) inconsistent with the rest of the UI.
Cause: #burnrow carries both pw-row and submenu classes; the .protect .pw-row rule (added for #20 password-row rhythm) overrode .submenu standard padding.
Fix: scope the override to .protect .pw-row:not(.submenu) so the burn submenu keeps the standard submenu padding (8px 10px) matching the custom-expiry submenu. Password row rhythm unchanged.
Verified with CDP rendered probe: burn submenu computed padding now 8px 10px, identical to custom-expiry submenu; pwrow unchanged at 2px 8px 4px. go build + go test pass.
Fix attempt 1.
Issue: the burn-after-read "Readable N times" submenu on /new had cramped padding (2px 8px 4px) inconsistent with the rest of the UI.
Cause: #burnrow carries both pw-row and submenu classes; the .protect .pw-row rule (added for #20 password-row rhythm) overrode .submenu standard padding.
Fix: scope the override to .protect .pw-row:not(.submenu) so the burn submenu keeps the standard submenu padding (8px 10px) matching the custom-expiry submenu. Password row rhythm unchanged.
Verified with CDP rendered probe: burn submenu computed padding now 8px 10px, identical to custom-expiry submenu; pwrow unchanged at 2px 8px 4px. go build + go test pass.
Ref #240
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix attempt 1.
Issue: the burn-after-read "Readable N times" submenu on /new had cramped padding (2px 8px 4px) inconsistent with the rest of the UI.
Cause: #burnrow carries both pw-row and submenu classes; the .protect .pw-row rule (added for #20 password-row rhythm) overrode .submenu standard padding.
Fix: scope the override to .protect .pw-row:not(.submenu) so the burn submenu keeps the standard submenu padding (8px 10px) matching the custom-expiry submenu. Password row rhythm unchanged.
Verified with CDP rendered probe: burn submenu computed padding now 8px 10px, identical to custom-expiry submenu; pwrow unchanged at 2px 8px 4px. go build + go test pass.
Ref #240