Skip to content

Commit a0151c2

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
Fix dialog width for undocked DevTools
Bug: none Change-Id: I819e3671f84eade93c5e3014a08b8b208cf4e5a6 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6382413 Commit-Queue: Nikolay Vitkov <[email protected]> Auto-Submit: Nikolay Vitkov <[email protected]> Commit-Queue: Kateryna Prokopenko <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]>
1 parent 34aaed6 commit a0151c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/legacy/dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
justify-content: flex-start;
1212
align-items: stretch;
1313
display: flex;
14-
min-width: var(--sys-size-30);
14+
min-width: min(100vw, var(--sys-size-30));
1515
}
1616

1717
.dialog-close-button {

0 commit comments

Comments
 (0)