Commit 5e234b7e authored by scottchen's avatar scottchen Committed by Commit bot

MD Settings: Fix issue of long names breaking layout bounds in People section

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

Review-Url: https://codereview.chromium.org/2629483002
Cr-Commit-Position: refs/heads/master@{#443280}
parent f38ee194
...@@ -108,10 +108,12 @@ ...@@ -108,10 +108,12 @@
style="background-image: [[getIconImageset_(profileIconUrl_)]]"> style="background-image: [[getIconImageset_(profileIconUrl_)]]">
</div> </div>
<if expr="not chromeos"> <if expr="not chromeos">
<div class="middle two-line" on-tap="onProfileNameTap_" actionable> <div class="middle two-line text-elide" on-tap="onProfileNameTap_"
actionable>
</if> </if>
<if expr="chromeos"> <if expr="chromeos">
<div class="middle two-line" on-tap="onPictureTap_" actionable> <div class="middle two-line text-elide" on-tap="onPictureTap_"
actionable>
</if> </if>
<div class="flex"> <div class="flex">
<span id="profile-name">[[profileName_]]</span> <span id="profile-name">[[profileName_]]</span>
......
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