Commit 01f86dbf authored by estade's avatar estade Committed by Commit bot

Fix alignment of checkboxes in chrome://extensions

BUG=429153

Review URL: https://codereview.chromium.org/1126083005

Cr-Commit-Position: refs/heads/master@{#330830}
parent 7732b72f
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment