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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.html

Issue 660733006: Change destination selection layout to accomodate for bigger font sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/print_preview/settings/destination_settings.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/settings/destination_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.html b/chrome/browser/resources/print_preview/settings/destination_settings.html
index c946e421a6cf570e38a2a01bb823f8d37a244ea3..4a7225ba1387e51f4d86270d56a73f24d543d57c 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.html
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.html
@@ -13,9 +13,9 @@
<img class="destination-settings-icon">
<div class="destination-settings-info-wrapper">
<div class="destination-settings-info">
- <div class="destination-settings-name"></div>
- <div class="destination-settings-location"></div>
- <div class="destination-settings-offline-status"></div>
+ <div><div class="destination-settings-name"></div></div>
+ <div><div class="destination-settings-location"></div></div>
+ <div><div class="destination-settings-offline-status"></div></div>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview/settings/destination_settings.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698