- Notifications
You must be signed in to change notification settings - Fork923
Commitc275ca5
fix: resolve deletion pending badge text overflow
Fixes#17927 by changing badge size from 'xs' to 'sm' in WorkspaceDormantBadgecomponent. The 'xs' size had insufficient padding (px-1.5) and height (h-5) toproperly contain the 'Deletion Pending' text, causing visual overflow.The 'sm' size provides adequate space with h-5.5 height and px-2 padding,consistent with other destructive variant badges in the codebase.Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>1 parent44fff54 commitc275ca5
File tree
1 file changed
+2
-2
lines changed- site/src/modules/workspaces/WorkspaceDormantBadge
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
0 commit comments
Comments
(0)