<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    FWIW I intended it to expand and contract with the size of the menu
    contents. There is enough padding to keep it from looking weird,
    while avoiding future overflow/truncation problems by setting a
    specific width. <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 4/21/2014 10:25 PM, Hongliang Wang
      wrote:<br>
    </div>
    <blockquote cite="mid:5355D320.4010504@linux.vnet.ibm.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      It shrinks when applied this patch when there are short action
      items.<br>
      <img alt="" src="cid:part1.04060502.09000403@linux.vnet.ibm.com"
        height="152" width="341"><br>
      <br>
      <br>
      I suggest set a min-width for the action menu.<br>
      <br>
      min-width: 120px; /* or some other value */<br>
      width: inherit; /* or width: auto; */<br>
      <img alt="" src="cid:part2.07030002.07000701@linux.vnet.ibm.com"
        height="148" width="236"><br>
      <div class="moz-cite-prefix">On 04/22/2014 03:59 AM, Adam King
        wrote:<br>
      </div>
      <blockquote
        cite="mid:1398110362-3547-1-git-send-email-rak@linux.vnet.ibm.com"
        type="cite">
        <pre wrap="">Update the CSS so the user action menu will expand to accomodate longer action names

Signed-off-by: Adam King <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:rak@linux.vnet.ibm.com">&lt;rak@linux.vnet.ibm.com&gt;</a>
---
 ui/css/theme-default/topbar.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/css/theme-default/topbar.css b/ui/css/theme-default/topbar.css
index 7180cd5..b6f2fef 100644
--- a/ui/css/theme-default/topbar.css
+++ b/ui/css/theme-default/topbar.css
@@ -155,6 +155,7 @@
     color: black;
     padding: 12px 18px;
     white-space: nowrap;
+    width: inherit;
 }

 .user-menu-item {
</pre>
      </blockquote>
      <br>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Adam King <a class="moz-txt-link-rfc2396E" href="mailto:rak@linux.vnet.ibm.com">&lt;rak@linux.vnet.ibm.com&gt;</a>
IBM C&amp;SI</pre>
  </body>
</html>