Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html

Issue 2623673003: MD WebUI: change all <dialog is="cr-dialog"> to 512px width (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
index 9b8b67599f15650ab2cb633d475311f74366d0b7..3d521a50a80a8d54d273d5b819b2124745bcaa1c 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -50,10 +50,9 @@
.body-container {
display: flex;
flex-direction: column;
- max-width: 800px;
- min-width: 512px;
- /* TODO(dbeam): use <paper-dialog-scrollable> to get dividers? */
+ /* TODO(dbeam): copy <paper-dialog-scrollable>'s dividers? */
overflow: auto;
+ width: 512px;
}
:host ::content .body {
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698