[Kimchi-devel] [PATCH] User action menu overflows when actions with names longer than a few chars are included

Adam King rak at linux.vnet.ibm.com
Mon Apr 21 19:59:22 UTC 2014


Update the CSS so the user action menu will expand to accomodate longer action names

Signed-off-by: Adam King <rak at linux.vnet.ibm.com>
---
 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 {
-- 
1.9.0




More information about the Kimchi-devel mailing list