Commit e51e9b32 authored by dbeam's avatar dbeam Committed by Commit bot

extensions: fix dev controls spacing issue.

R=kalman@chromium.org
BUG=455196
TEST=visual

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

Cr-Commit-Position: refs/heads/master@{#314658}
parent 97c5abba
......@@ -49,6 +49,10 @@ html:not(.focus-outline-visible)
white-space: nowrap;
}
#dev-controls .button-container button:not(:last-of-type) {
-webkit-margin-end: 5px;
}
#apps-developer-tools-promo {
align-items: center;
border-top: 1px solid #eee;
......
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