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

Unified Diff: chrome/browser/resources/media_router/media_router.css

Issue 2725503002: [Media Router] Custom Controls 4 - Implement details view WebUI (Closed)
Patch Set: Add braces to @implements {Interface} Created 3 years, 7 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/media_router/media_router.css
diff --git a/chrome/browser/resources/media_router/media_router.css b/chrome/browser/resources/media_router/media_router.css
index db8b9c05c05bdff79d0272c057384e94d4eb9fb4..ad517c4cceebc2e427736d16f1878d95b828cfc5 100644
--- a/chrome/browser/resources/media_router/media_router.css
+++ b/chrome/browser/resources/media_router/media_router.css
@@ -16,5 +16,5 @@ body {
display: flex;
flex-direction: column;
margin-bottom: 1px;
- width: calc(100% - 1px);
+ width: calc(var(--dialog-width) - 1px);
}

Powered by Google App Engine
This is Rietveld 408576698