Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3157)

Unified Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2629483002: MD Settings: Fix issue of long names breaking layout bounds in People section (Closed)
Patch Set: 80 col Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 105745a435b8007df1604fcd99eb552e999db98b..9e3bb48757d6aa7e6bf5a7963ead16ce4a988604 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -108,10 +108,12 @@
style="background-image: [[getIconImageset_(profileIconUrl_)]]">
</div>
<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 expr="chromeos">
- <div class="middle two-line" on-tap="onPictureTap_" actionable>
+ <div class="middle two-line text-elide" on-tap="onPictureTap_"
+ actionable>
</if>
<div class="flex">
<span id="profile-name">[[profileName_]]</span>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698