Commit b73fa448 authored by dschuyler's avatar dschuyler Committed by Commit bot

[MD settings] margin around grid of avatar icons

This CL uses margins rather than max-width to determine when the avatar
icon grid layout should wrap.

BUG=646253
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2338003004
Cr-Commit-Position: refs/heads/master@{#419237}
parent 668b150d
...@@ -10,9 +10,7 @@ ...@@ -10,9 +10,7 @@
<template> <template>
<style include="settings-shared"> <style include="settings-shared">
#selector { #selector {
-webkit-margin-start: 16px; margin: 16px 20px;
margin-top: 16px;
max-width: 624px;
} }
</style> </style>
<div class="settings-box first"> <div class="settings-box first">
......
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