Commit a292a78a authored by estade's avatar estade Committed by Commit bot

fix alignment issue in chrome://settings

I missed this one when I was reformatting the controlled settings.

BUG=417624

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

Cr-Commit-Position: refs/heads/master@{#296824}
parent a8f8c2d4
...@@ -81,9 +81,11 @@ ...@@ -81,9 +81,11 @@
<div class="radio controlled-setting-with-label"> <div class="radio controlled-setting-with-label">
<label> <label>
<input type="radio" name="images" value="allow"> <input type="radio" name="images" value="allow">
<span i18n-content="imagesAllow"></span> <span>
<span class="controlled-setting-indicator" <span i18n-content="imagesAllow"></span>
content-setting="images" value="allow"></span> <span class="controlled-setting-indicator"
content-setting="images" value="allow"></span>
</span>
</label> </label>
</div> </div>
<div class="radio controlled-setting-with-label"> <div class="radio controlled-setting-with-label">
......
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