<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
It shrinks when applied this patch when there are short action
items.<br>
<img alt="" src="cid:part1.02050504.05050805@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.09070302.08080002@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 class="moz-txt-link-rfc2396E" href="mailto:rak@linux.vnet.ibm.com"><rak@linux.vnet.ibm.com></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>
</body>
</html>