| 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_"
|
|
|