Skip to content

Commit 71e7fe0

Browse files
committed
update env label max width
1 parent 3c3793d commit 71e7fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/pythonenvselectpopup/pythonenvselectpopup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class PythonEnvironmentSelectPopup {
7575
white-space: nowrap;
7676
overflow: hidden;
7777
text-overflow: ellipsis;
78-
max-width: 370px;
78+
max-width: 345px;
7979
margin-left: 5px;
8080
}
8181
#popup-title {

0 commit comments

Comments
 (0)