# HG changeset patch
# User Decathlon <bv1578@gmail.com>
# Date 1468343699 -32400
#      Wed Jul 13 02:14:59 2016 +0900
# Branch THUNDERBIRD3880_2016050308_RELBRANCH
# Node ID 7cb792079070e3eb805f836e9b3b19b3a10da911
# Parent  dc34662c542082184632ae8669ba2bf4aad09f01
Bug 1273415 - Invitation dialog is too wide when the event title is very long.  r=MakeMyDay a=Philipp

diff --git a/calendar/base/content/dialogs/calendar-summary-dialog.xul b/calendar/base/content/dialogs/calendar-summary-dialog.xul
--- a/calendar/base/content/dialogs/calendar-summary-dialog.xul
+++ b/calendar/base/content/dialogs/calendar-summary-dialog.xul
@@ -51,22 +51,22 @@
   <!-- General -->
   <box id="item-general-box" orient="vertical">
     <calendar-caption label="&read.only.general.label;"/>
     <box orient="horizontal">
       <spacer class="default-spacer"/>
       <grid flex="1">
         <columns>
           <column/>
-          <column/>
+          <column flex="1"/>
         </columns>
         <rows>
           <row align="top">
             <label value="&read.only.title.label;" class="headline"/>
-            <label id="item-title"/>
+            <label id="item-title" crop="end"/>
           </row>
           <row class="item-date-row"
                id="item-start-row"
                mode="start"
                taskStartLabel="&read.only.task.start.label;"
                eventStartLabel="&read.only.event.start.label;"
                align="start"/>
           <row class="item-date-row"
@@ -78,28 +78,28 @@
           <row id="repeat-row" align="top" hidden="true">
             <label value="&read.only.repeat.label;" class="headline"/>
             <box id="repeat-details" orient="vertical">
               <label/>
             </box>
           </row>
           <row id="location-row" align="top" hidden="true">
             <label value="&read.only.location.label;" class="headline"/>
-            <label id="item-location"/>
+            <label id="item-location" crop="end"/>
           </row>
           <row id="category-row" align="top" hidden="true">
             <label value="&read.only.category.label;" class="headline"/>
-            <label id="item-category"/>
+            <label id="item-category" crop="end"/>
           </row>
           <row id="organizer-row" align="top" hidden="true">
             <label value="&read.only.organizer.label;" class="headline"/>
             <hbox>
               <label id="item-organizer"
                      class="text-link"
-                     crop="right"
+                     crop="end"
                      onclick="sendMailToOrganizer()"/>
               <spacer flex="1"/>
             </hbox>
           </row>
           <row id="status-row" align="top" hidden="true">
             <label value="&task.status.label;" class="headline"/>
             <label value="&newevent.status.tentative.label;" hidden="true" status="TENTATIVE"/>
             <label value="&newevent.status.confirmed.label;" hidden="true" status="CONFIRMED"/>
