Bug 1400379 - Crop category labels in about: pages r?rhelmer draft
authorMark Striemer <mstriemer@mozilla.com>
Tue, 19 Sep 2017 22:24:24 -0500
changeset 667450 f471d18f98131c18fc4569edc88e45ec73d9dc8d
parent 667446 e5173e3c1ce5d0716952385da2d01f4cb1ae4a0e
child 732382 f8acb5d06dfc3bb660bfb595e810e02ca27fe0ef
push id80707
push userbmo:mstriemer@mozilla.com
push dateWed, 20 Sep 2017 03:39:20 +0000
reviewersrhelmer
bugs1400379
milestone57.0a1
Bug 1400379 - Crop category labels in about: pages r?rhelmer MozReview-Commit-ID: JJ50aIIWbSI
toolkit/mozapps/extensions/content/extensions.xml
--- a/toolkit/mozapps/extensions/content/extensions.xml
+++ b/toolkit/mozapps/extensions/content/extensions.xml
@@ -405,17 +405,17 @@
   </binding>
 
 
   <!-- Category item - an item in the category list. -->
   <binding id="category"
            extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
     <content align="center">
       <xul:image anonid="icon" class="category-icon"/>
-      <xul:label anonid="name" class="category-name" flex="1" xbl:inherits="value=name"/>
+      <xul:label anonid="name" class="category-name" crop="end" flex="1" xbl:inherits="value=name"/>
       <xul:label anonid="badge" class="category-badge" xbl:inherits="value=count"/>
     </content>
 
     <implementation>
       <constructor><![CDATA[
         if (!this.hasAttribute("count"))
           this.setAttribute("count", 0);
       ]]></constructor>