-
Notifications
You must be signed in to change notification settings - Fork 27
[BUG] [alpha] Kill Process on Port “Kill” button appears disproportionately compact compared to surrounding controls #39575
Description
Project
ide
Description
In the “Kill Process on Port” dialog, the “Kill” action button in each process row appears noticeably smaller and more compact than other interactive controls in the same modal (e.g., “Find Process” button or input elements). The button has a visibly short height and tight horizontal spacing, making the label appear compressed and reducing its visual prominence. This creates an imbalance in visual hierarchy, where a critical destructive action is less noticeable than secondary controls.
Error Message
Debug Logs
System Information
OS: Ubuntu 22.04.5 LTS
CPU: 13th Gen Intel(R) Core(TM) i9-13900K
RAM: 16 GBScreenshots
Steps to Reproduce
Open the “Kill Process on Port” dialog
Trigger a search that displays process rows
Observe the “Kill” button on the right side of each row
Compare its size and emphasis with other buttons in the dialog
Expected Behavior
The “Kill” button should have consistent size and visual weight with other buttons in the dialog, ensuring it is clearly visible and easy to interact with.
Actual Behavior
The “Kill” button appears smaller and more compressed than surrounding controls, reducing visibility and making it less prominent despite being a primary action.
Additional Context
This may impact usability, especially when quickly scanning or interacting with multiple process rows.