Skip to content

Commit 8202955

Browse files
committed
fix width issue with custom dialogs
1 parent 9b40aa3 commit 8202955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/browser/ui/dialog/dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
flex-direction: column-reverse;
2626
width: min-content;
2727
min-width: 500px;
28-
max-width: 90%;
28+
max-width: 90vw;
2929
min-height: 75px;
3030
padding: 10px;
3131
transform: translate3d(0px, 0px, 0px);

0 commit comments

Comments
 (0)