| Index: chrome/browser/resources/extensions/extensions.css
|
| diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
|
| index 47119b7841241530e4725a6f2c5440b9889d61fb..94a1c3bb0fc640fd7f88a8d52965ca7cf8bb3ce2 100644
|
| --- a/chrome/browser/resources/extensions/extensions.css
|
| +++ b/chrome/browser/resources/extensions/extensions.css
|
| @@ -60,8 +60,10 @@ html:not(.focus-outline-visible)
|
| }
|
|
|
| #dev-toggle {
|
| - margin-top: 0;
|
| - text-align: end;
|
| + /* Alignment should match the enable checkbox text. This is calculated as
|
| + * 30px to match the trash icon + 12px to match .extension-list-item-wrapper
|
| + * padding - 1px of magic. */
|
| + -webkit-margin-end: 41px;
|
| }
|
|
|
| .extension-code {
|
|
|