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

Unified Diff: chrome/browser/resources/settings/people_page/manage_profile.html

Issue 2862543004: MD Settings: Fix "show desktop shortcut" spacing, after removing iron-flex-layout.html. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/manage_profile.html
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html
index bce7a673d55cc89a0c306f65b4975556e9bbe224..8662f5f99f70a0e403668c5115c955f127962c94 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -25,7 +25,7 @@
</div>
<template is="dom-if" if="[[isProfileShortcutSettingVisible_]]">
<div class="settings-box first">
- <div id="showShortcutLabel" class="flex">$i18n{showShortcutLabel}</div>
+ <div id="showShortcutLabel" class="start">$i18n{showShortcutLabel}</div>
<paper-toggle-button id="hasShortcutToggle"
checked="{{hasProfileShortcut_}}"
on-change="onHasProfileShortcutChange_"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698