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

Unified Diff: chrome/browser/resources/settings/about_page/channel_switcher_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
Index: chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
diff --git a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
index 1edbba00f22670cb6af2c4580af4536fcac66295..479f2f060ecb16579848b40c0c64c6fff343afd8 100644
--- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
+++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
@@ -9,11 +9,7 @@
<dom-module id="settings-channel-switcher-dialog">
<template>
- <style include="settings-shared">
- dialog {
- width: 600px;
- }
- </style>
+ <style include="settings-shared"></style>
<dialog is="cr-dialog" id="dialog">
<div class="title">$i18n{aboutChangeChannel}</div>
<div class="body">

Powered by Google App Engine
This is Rietveld 408576698