Skip to content

Commit

Permalink
1.88.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 12, 2024
1 parent 1176a29 commit e10d7b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patches/process-explorer.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/src/vs/code/electron-sandbox/processExplorer/media/processExplorer.css b/src/vs/code/electron-sandbox/processExplorer/media/processExplorer.css
index 3baf48c..781d2bd 100644
--- a/src/vs/code/electron-sandbox/processExplorer/media/processExplorer.css
+++ b/src/vs/code/electron-sandbox/processExplorer/media/processExplorer.css
@@ -42,7 +42,8 @@ body {
}

.pid {
- width: 50px
+ width: 50px;
+ padding-right: 8px;
}

.memory {

0 comments on commit e10d7b8

Please sign in to comment.