Skip to content

Commit ae0d63d

Browse files
authored
Increate the max width of action widgets to 80% of the browser width (microsoft#186157)
1 parent 600b519 commit ae0d63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/actionWidget/browser/actionWidget.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
font-size: 13px;
88
border-radius: 0;
99
min-width: 160px;
10-
max-width: 500px;
10+
max-width: 80vw;
1111
z-index: 40;
1212
display: block;
1313
width: 100%;

0 commit comments

Comments
 (0)