From 1319c58b988b9275a94b9335cbc1476447ab0ef8 Mon Sep 17 00:00:00 2001
From: Chad Pilkey <capilkey@gmail.com>
Date: Wed, 11 Jan 2017 18:28:08 -0500
Subject: [PATCH] add defined widths for screenshare help text

---
 .../view/components/ScreensharePublishWindow.mxml         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/ScreensharePublishWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/ScreensharePublishWindow.mxml
index bfeb381ad5..995c0212d9 100755
--- a/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/ScreensharePublishWindow.mxml
+++ b/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/ScreensharePublishWindow.mxml
@@ -548,19 +548,19 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
       <mx:HBox id="helpBox" width="100%" horizontalAlign="center">
         <mx:VBox width="30%" horizontalAlign="center">
           <mx:Image id="helpImg1" source="{helpImg1.getStyle('imageSource')}" />
-          <mx:Text id="helpLbl1" styleName="desktopShareTextStyle" />
+          <mx:Text id="helpLbl1" width="100%" styleName="desktopShareTextStyle" />
         </mx:VBox>
         <mx:VBox width="30%" horizontalAlign="center">
           <mx:Image id="helpImg2" source="{helpImg2.getStyle('imageSource')}" />
-          <mx:Text id="helpLbl2" styleName="desktopShareTextStyle" />
+          <mx:Text id="helpLbl2" width="100%" styleName="desktopShareTextStyle" />
         </mx:VBox>
         <mx:VBox width="30%" horizontalAlign="center">
           <mx:Image id="helpImg3" source="{helpImg3.getStyle('imageSource')}" />
-          <mx:Text id="helpLbl3" styleName="desktopShareTextStyle" />
+          <mx:Text id="helpLbl3" width="100%" styleName="desktopShareTextStyle" />
         </mx:VBox>
         <mx:VBox id="helpBox4" width="30%" horizontalAlign="center" visible="false" includeInLayout="false">
           <mx:Image id="helpImg4" source="{helpImg4.getStyle('imageSource')}" />
-          <mx:Text id="helpLbl4" styleName="desktopShareTextStyle" />
+          <mx:Text id="helpLbl4" width="100%" styleName="desktopShareTextStyle" />
         </mx:VBox>
       </mx:HBox>
     </mx:VBox>
-- 
GitLab